Home
last modified time | relevance | path

Searched refs:FDFLUSH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfd.h109 #define FDFLUSH _IO(2,0x4b) macro
/openbmc/linux/drivers/block/
H A Dfloppy.c3310 FDFLUSH,
3505 case FDFLUSH: in fd_locked_ioctl()
3876 case FDFLUSH: in fd_compat_ioctl()
H A Dataflop.c1759 case FDFLUSH: in fd_locked_ioctl()
H A Damiflop.c1592 case FDFLUSH: /* unconditionally, even if not needed */ in fd_locked_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h125 IOCTL(FDFLUSH, 0, TYPE_NULL) in IOCTL()