Searched refs:BLKFLSBUF (Results 1 – 25 of 57) sorted by relevance
123
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 40 #ifndef BLKFLSBUF 41 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro 69 #ifdef BLKFLSBUF in ext2fs_sync_device() 70 if (ioctl (fd, BLKFLSBUF, 0) == 0) in ext2fs_sync_device() 74 #warning BLKFLSBUF not defined in ext2fs_sync_device()
|
/external/e2fsprogs/e2fsck/ |
D | flushb.c | 27 #if (!defined(BLKFLSBUF) && defined(__linux__)) 28 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro 56 #ifdef BLKFLSBUF in main() 57 if (ioctl(fd, BLKFLSBUF, 0) < 0) { in main()
|
/external/strace/xlat/ |
D | block_ioctl_cmds.h | 34 #if defined(BLKFLSBUF) || (defined(HAVE_DECL_BLKFLSBUF) && HAVE_DECL_BLKFLSBUF) 36 static_assert((BLKFLSBUF) == (_IO(0x12, 97)), "BLKFLSBUF != _IO(0x12, 97)"); 39 # define BLKFLSBUF _IO(0x12, 97) 247 XLAT(BLKFLSBUF),
|
D | block_ioctl_cmds.in | 5 BLKFLSBUF _IO(0x12, 97)
|
/external/toybox/toys/other/ |
D | freeramdisk.c | 25 xioctl(fd, BLKFLSBUF, toys.optargs[0]); in freeramdisk_main()
|
D | blockdev.c | 42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/syzkaller/sys/linux/ |
D | block_amd64.const | 7 BLKFLSBUF = 4705
|
D | block_ppc64le.const | 7 BLKFLSBUF = 536875617
|
D | block_arm64.const | 7 BLKFLSBUF = 4705
|
D | block_arm.const | 7 BLKFLSBUF = 4705
|
D | block_386.const | 7 BLKFLSBUF = 4705
|
D | block.txt | 22 ioctl$BLKFLSBUF(fd fd_block, cmd const[BLKFLSBUF], arg ptr[in, intptr])
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.22.txt | 22 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
|
D | v1.43.5.txt | 11 BLKFLSBUF ioctl fails for some reason.
|
D | v1.30.txt | 27 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the
|
D | v1.20.txt | 145 all of the places which might try to use the BLKFLSBUF or FDFLUSH
|
/external/strace/ |
D | block.c | 213 case BLKFLSBUF: in MPERS_PRINTER_DECL()
|
/external/strace/tests/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/strace/tests-m32/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 149 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
|
/external/vboot_reference/host/arch/arm/lib/ |
D | crossystem_arch.c | 463 rv = ioctl(nvctx_fd, BLKFLSBUF, 0); in VbWriteNvStorage_disk()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 558 unsigned IOCTL_BLKFLSBUF = BLKFLSBUF;
|
D | sanitizer_common_interceptors_ioctl.inc | 113 _(BLKFLSBUF, NONE, 0);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 168 BLKFLSBUF = 0x1261 const
|
123