Searched refs:lock_fdc (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | floppy.c | 869 static int lock_fdc(int drive, bool interruptible) in lock_fdc() function 2176 if (lock_fdc(drive, true)) in do_format() 2963 if (lock_fdc(drive, interruptible)) in user_reset_fdc() 3246 if (lock_fdc(drive, true)) { in set_geometry() 3266 if (lock_fdc(drive, true)) in set_geometry() 3352 if (lock_fdc(drive, false)) in get_floppy_geometry() 3436 if (lock_fdc(drive, true)) in fd_locked_ioctl() 3448 if (lock_fdc(drive, true)) in fd_locked_ioctl() 3470 if (lock_fdc(drive, true)) in fd_locked_ioctl() 3487 if (lock_fdc(drive, true)) in fd_locked_ioctl() [all …]
|