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

/linux-master/include/uapi/linux/
H A Dpktcdvd.h48 #define PACKET_WRITABLE 1 /* pd is writable */ macro
/linux-master/drivers/block/
H A Dpktcdvd.c2200 set_bit(PACKET_WRITABLE, &pd->flags);
2203 clear_bit(PACKET_WRITABLE, &pd->flags);
2273 !test_bit(PACKET_WRITABLE, &pd->flags)) {
2308 int flush = test_bit(PACKET_WRITABLE, &pd->flags);
2455 if (!test_bit(PACKET_WRITABLE, &pd->flags)) {

Completed in 223 milliseconds