Searched refs:FD_VERIFY_BIT (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | fd.h | 187 FD_VERIFY_BIT, /* inquire for write protection */ enumerator 208 #define FD_VERIFY (1 << FD_VERIFY_BIT)
|
| /linux/drivers/block/ |
| H A D | floppy.c | 753 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in disk_change() 1568 if (test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) { in check_wp() 1576 clear_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in check_wp() 3457 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in fd_locked_ioctl() 4001 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in floppy_open() 4090 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) in floppy_check_events() 4101 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_check_events() 4178 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_revalidate() 4189 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)); in floppy_revalidate() 4660 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in do_floppy_init()
|