Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dflushb.c43 #ifndef FDFLUSH
44 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */ macro
74 #ifdef FDFLUSH in ext2fs_sync_device()
75 return ioctl(fd, FDFLUSH, 0); /* In case this is a floppy */ in ext2fs_sync_device()
77 #warning FDFLUSH not defined in ext2fs_sync_device()
/external/kernel-headers/original/uapi/linux/
Dfd.h108 #define FDFLUSH _IO(2,0x4b) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc590 unsigned IOCTL_FDFLUSH = FDFLUSH;
Dsanitizer_common_interceptors_ioctl.inc164 _(FDFLUSH, NONE, 0);
/external/e2fsprogs/
DRELEASE-NOTES6016 FDFLUSH ioctl which causes the MD device driver which causes confusing
6689 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
6964 all of the places which might try to use the BLKFLSBUF or FDFLUSH