Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfd.h187 FD_VERIFY_BIT, /* inquire for write protection */ enumerator
208 #define FD_VERIFY (1 << FD_VERIFY_BIT)
/openbmc/linux/drivers/block/
H A Dfloppy.c758 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in disk_change()
1569 if (test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) { in check_wp()
1577 clear_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in check_wp()
3460 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in fd_locked_ioctl()
4004 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in floppy_open()
4093 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) in floppy_check_events()
4104 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_check_events()
4181 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_revalidate()
4192 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)); in floppy_revalidate()
4661 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in do_floppy_init()