Home
last modified time | relevance | path

Searched refs:PACKET_WRITABLE (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dpktcdvd.h48 #define PACKET_WRITABLE 1 /* pd is writable */ macro
/linux/drivers/block/
H A Dpktcdvd.c2198 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2201 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2272 !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()