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

/linux-master/include/uapi/linux/
H A Dfd.h187 FD_VERIFY_BIT, /* inquire for write protection */ enumerator in enum:__anon1684
208 #define FD_VERIFY (1 << FD_VERIFY_BIT)
/linux-master/drivers/block/
H A Dfloppy.c757 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags);
1572 if (test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) {
1580 clear_bit(FD_VERIFY_BIT, &drive_state[drive].flags);
3464 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags);
4008 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags);
4097 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags))
4108 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) ||
4185 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) ||
4196 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags));
4667 set_bit(FD_VERIFY_BIT,
[all...]

Completed in 122 milliseconds