Searched refs:PACKET_WRITABLE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pktcdvd.h | 58 #define PACKET_WRITABLE 1 /* pd is writable */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pktcdvd.h | 48 #define PACKET_WRITABLE 1 /* pd is writable */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pktcdvd.h | 31 #define PACKET_WRITABLE 1 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pktcdvd.h | 22 #define PACKET_WRITABLE 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pktcdvd.h | 31 #define PACKET_WRITABLE 1 macro
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | pktcdvd.c | 2146 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev() 2149 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev() 2216 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open() 2252 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_close() 2396 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_submit_bio()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | pktcdvd.c | 2195 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev() 2198 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev() 2267 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open() 2302 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_release() 2449 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_submit_bio()
|
Completed in 9 milliseconds