Searched refs:BLKFLSBUF (Results 1 – 25 of 33) sorted by relevance
12
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 40 #ifndef BLKFLSBUF 41 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro 68 #ifdef BLKFLSBUF in ext2fs_sync_device() 69 if (ioctl (fd, BLKFLSBUF, 0) == 0) in ext2fs_sync_device() 72 #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/fio/os/ |
D | os-android.h | 181 #ifndef BLKFLSBUF 182 #define BLKFLSBUF _IO(0x12,97) macro 191 return ioctl(f->fd, BLKFLSBUF); in blockdev_invalidate_cache()
|
D | os-linux.h | 133 #ifndef BLKFLSBUF 134 #define BLKFLSBUF _IO(0x12,97) macro 143 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/strace/tests-m32/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/strace/ |
D | block.c | 260 case BLKFLSBUF: in MPERS_PRINTER_DECL()
|
/external/strace/tests-mx32/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/strace/tests/ |
D | ioctl_block.c | 49 XLAT(BLKFLSBUF),
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 195 #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/e2fsprogs/po/ |
D | sr.po | 194 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 195 msgstr "„BLKFLSBUF ioctl“ није подржано! Не могу да пресунем међумеморије.\n"
|
D | uk.po | 196 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 198 "Підтримки ioctl BLKFLSBUF не передбачено! Скидання буферів неможливе.\n"
|
D | zh_CN.po | 191 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 192 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存。\n"
|
D | it.po | 195 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 196 msgstr "Ioctl BLKFLSBUF non supportata: impossibile svuotare i buffer.\n"
|
D | eo.po | 195 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 197 "La 'ioctl(BLKFLSBUF)' ne subtenatas! Ne eblas peli bufrajn enhavojn.\n"
|
D | da.po | 192 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 193 msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
|
D | id.po | 194 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 195 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
|
D | pl.po | 192 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 193 msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
|
D | de.po | 195 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 196 msgstr "BLKFLSBUF ioctl nicht unterstützt! Puffer kann nicht geleert werden.\n"
|
D | tr.po | 192 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 193 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 6015 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the 6689 Use platform independent method of defining the BLKFLSBUF and FDFLUSH 6964 all of the places which might try to use the BLKFLSBUF or FDFLUSH
|
12