Home
last modified time | relevance | path

Searched refs:BLKFLSBUF (Results 1 – 25 of 57) sorted by relevance

123

/external/e2fsprogs/lib/ext2fs/
Dflushb.c40 #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/
Dflushb.c27 #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/
Dblock_ioctl_cmds.h34 #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),
Dblock_ioctl_cmds.in5 BLKFLSBUF _IO(0x12, 97)
/external/toybox/toys/other/
Dfreeramdisk.c25 xioctl(fd, BLKFLSBUF, toys.optargs[0]); in freeramdisk_main()
Dblockdev.c42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
/external/syzkaller/sys/linux/
Dblock_amd64.const7 BLKFLSBUF = 4705
Dblock_ppc64le.const7 BLKFLSBUF = 536875617
Dblock_arm64.const7 BLKFLSBUF = 4705
Dblock_arm.const7 BLKFLSBUF = 4705
Dblock_386.const7 BLKFLSBUF = 4705
Dblock.txt22 ioctl$BLKFLSBUF(fd fd_block, cmd const[BLKFLSBUF], arg ptr[in, intptr])
/external/e2fsprogs/doc/RelNotes/
Dv1.22.txt22 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
Dv1.43.5.txt11 BLKFLSBUF ioctl fails for some reason.
Dv1.30.txt27 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the
Dv1.20.txt145 all of the places which might try to use the BLKFLSBUF or FDFLUSH
/external/strace/
Dblock.c213 case BLKFLSBUF: in MPERS_PRINTER_DECL()
/external/strace/tests/
Dioctl_block.c49 XLAT(BLKFLSBUF),
/external/strace/tests-mx32/
Dioctl_block.c49 XLAT(BLKFLSBUF),
/external/strace/tests-m32/
Dioctl_block.c49 XLAT(BLKFLSBUF),
/external/kernel-headers/original/uapi/linux/
Dfs.h149 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c463 rv = ioctl(nvctx_fd, BLKFLSBUF, 0); in VbWriteNvStorage_disk()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc558 unsigned IOCTL_BLKFLSBUF = BLKFLSBUF;
Dsanitizer_common_interceptors_ioctl.inc113 _(BLKFLSBUF, NONE, 0);
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go168 BLKFLSBUF = 0x1261 const

123