Searched refs:FD_VERIFY_BIT (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/include/uapi/linux/ |
| D | fd.h | 187 FD_VERIFY_BIT, /* inquire for write protection */ enumerator 208 #define FD_VERIFY (1 << FD_VERIFY_BIT)
|
| /Linux-v5.10/drivers/block/ |
| D | floppy.c | 759 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in disk_change() 1570 if (test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) { in check_wp() 1578 clear_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in check_wp() 3520 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in fd_locked_ioctl() 4073 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in floppy_open() 4163 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) in floppy_check_events() 4174 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_check_events() 4253 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_revalidate() 4264 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)); in floppy_revalidate() 4696 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in do_floppy_init()
|