Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dpktcdvd.h58 #define PACKET_WRITABLE 1 /* pd is writable */ macro
/Linux-v4.19/drivers/block/
Dpktcdvd.c2209 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2212 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()
2279 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open()
2315 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_close()
2459 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_make_request()