Searched refs:FD_VERIFY_BIT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fd.h | 184 FD_VERIFY_BIT, /* inquire for write protection */ enumerator 205 #define FD_VERIFY (1 << FD_VERIFY_BIT)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fd.h | 184 FD_VERIFY_BIT, /* inquire for write protection */ enumerator 205 #define FD_VERIFY (1 << FD_VERIFY_BIT)
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | floppy.c | 758 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() 3550 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in fd_locked_ioctl() 4094 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in floppy_open() 4184 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)) in floppy_check_events() 4195 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_check_events() 4274 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags) || in floppy_revalidate() 4285 test_bit(FD_VERIFY_BIT, &drive_state[drive].flags)); in floppy_revalidate() 4717 set_bit(FD_VERIFY_BIT, &drive_state[drive].flags); in do_floppy_init()
|