Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dflushb.c43 #ifndef FDFLUSH
44 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */ macro
76 #ifdef FDFLUSH in ext2fs_sync_device()
78 if (ioctl(fd, FDFLUSH, 0) == 0) in ext2fs_sync_device()
83 #warning FDFLUSH not defined in ext2fs_sync_device()
/external/e2fsprogs/doc/RelNotes/
Dv1.22.txt22 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
Dv1.30.txt28 FDFLUSH ioctl which causes the MD device driver which causes confusing
Dv1.20.txt145 all of the places which might try to use the BLKFLSBUF or FDFLUSH
/external/kernel-headers/original/uapi/linux/
Dfd.h109 #define FDFLUSH _IO(2,0x4b) macro
/external/minijail/linux-x86/
Dlibconstants.gen.c1975 #ifdef FDFLUSH
1976 { "FDFLUSH", (unsigned long) FDFLUSH },
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp591 unsigned IOCTL_FDFLUSH = FDFLUSH;
Dsanitizer_common_interceptors_ioctl.inc167 _(FDFLUSH, NONE, 0);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc590 unsigned IOCTL_FDFLUSH = FDFLUSH;
Dsanitizer_common_interceptors_ioctl.inc164 _(FDFLUSH, NONE, 0);