Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dflushb.c39 #ifndef BLKFLSBUF
40 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
65 #ifdef BLKFLSBUF in ext2fs_sync_device()
66 if (ioctl (fd, BLKFLSBUF, 0) == 0) in ext2fs_sync_device()
69 #warning BLKFLSBUF not defined in ext2fs_sync_device()
/external/e2fsprogs/e2fsck/
Dflushb.c26 #if (!defined(BLKFLSBUF) && defined(__linux__))
27 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
55 #ifdef BLKFLSBUF in main()
56 if (ioctl(fd, BLKFLSBUF, 0) < 0) { in main()
/external/fio/os/
Dos-linux.h120 #ifndef BLKFLSBUF
121 #define BLKFLSBUF _IO(0x12,97) macro
130 return ioctl(f->fd, BLKFLSBUF); in blockdev_invalidate_cache()
Dos-android.h159 #ifndef BLKFLSBUF
160 #define BLKFLSBUF _IO(0x12,97) macro
169 return ioctl(f->fd, BLKFLSBUF); in blockdev_invalidate_cache()
/external/toybox/toys/other/
Dfreeramdisk.c25 xioctl(fd, BLKFLSBUF, toys.optargs[0]); in freeramdisk_main()
Dblockdev.c41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
/external/kernel-headers/original/uapi/linux/
Dfs.h118 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
/external/strace/
Dblock.c297 case BLKFLSBUF: /* Requires driver knowlege */ in block_ioctl()
/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.cc501 unsigned IOCTL_BLKFLSBUF = BLKFLSBUF;
Dsanitizer_common_interceptors_ioctl.inc110 _(BLKFLSBUF, NONE, 0);
/external/e2fsprogs/po/
Dzh_CN.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
Dit.po184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
185 msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i buffer.\n"
Did.po185 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
186 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
Dde.po184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
185 msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Dca.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 msgstr "L'ioctl BLKFLSBUF no està implementat. No es poden buidar els búfers.\n"
Dtr.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Dsv.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "BLKFLSBUF-ioctl stöds inte! Kan inte tömma buffertar.\n"
Dpl.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
Des.po202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
204 "¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
Dnl.po187 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
188 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Dcs.po182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"
Dvi.po186 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
187 msgstr "BLKFLSBUF ioctl không được hỗ trợ. Không thể đẩy dữ liệu bộ đệm lên đĩa.\n"
De2fsprogs.pot184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
/external/e2fsprogs/
DRELEASE-NOTES5159 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the
5833 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
6108 all of the places which might try to use the BLKFLSBUF or FDFLUSH