Searched refs:BLKFLSBUF (Results 1 – 25 of 25) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 39 #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/ |
D | flushb.c | 26 #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/ |
D | os-linux.h | 120 #ifndef BLKFLSBUF 121 #define BLKFLSBUF _IO(0x12,97) macro 130 return ioctl(f->fd, BLKFLSBUF); in blockdev_invalidate_cache()
|
D | os-android.h | 159 #ifndef BLKFLSBUF 160 #define BLKFLSBUF _IO(0x12,97) macro 169 return ioctl(f->fd, BLKFLSBUF); in blockdev_invalidate_cache()
|
/external/toybox/toys/other/ |
D | freeramdisk.c | 25 xioctl(fd, BLKFLSBUF, toys.optargs[0]); in freeramdisk_main()
|
D | blockdev.c | 41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 118 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
|
/external/strace/ |
D | block.c | 297 case BLKFLSBUF: /* Requires driver knowlege */ in block_ioctl()
|
/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 | 501 unsigned IOCTL_BLKFLSBUF = BLKFLSBUF;
|
D | sanitizer_common_interceptors_ioctl.inc | 110 _(BLKFLSBUF, NONE, 0);
|
/external/e2fsprogs/po/ |
D | zh_CN.po | 181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 182 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
|
D | it.po | 184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 185 msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i buffer.\n"
|
D | id.po | 185 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 186 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
|
D | de.po | 184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 185 msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
|
D | ca.po | 181 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"
|
D | tr.po | 183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
|
D | sv.po | 183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 msgstr "BLKFLSBUF-ioctl stöds inte! Kan inte tömma buffertar.\n"
|
D | pl.po | 181 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"
|
D | es.po | 202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 204 "¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
|
D | nl.po | 187 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 188 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
|
D | cs.po | 182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"
|
D | vi.po | 186 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"
|
D | e2fsprogs.pot | 184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 5159 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
|