Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpktcdvd.h57 #define PACKET_WRITABLE 1 /* pd is writable */ macro
/linux-4.4.14/drivers/block/
Dpktcdvd.c2223 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2226 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2290 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open()
2326 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_close()
2473 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_make_request()