Searched refs:BLKFLSBUF (Results 1 – 25 of 33) sorted by relevance
12
/third_party/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()
|
/third_party/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()
|
/third_party/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,
|
/third_party/musl/include/sys/ |
D | mount.h | 14 #define BLKFLSBUF _IO(0x12, 97) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 14 #define BLKFLSBUF _IO(0x12, 97) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 14 #define BLKFLSBUF _IO(0x12, 97) macro
|
/third_party/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
|
/third_party/e2fsprogs/po/ |
D | uk.po | 206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 207 msgstr "Підтримки ioctl BLKFLSBUF не передбачено! Скидання буферів неможливе.\n"
|
D | sr.po | 199 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 200 msgstr "„BLKFLSBUF ioctl“ није подржано! Не могу да пресунем међумеморије.\n"
|
D | zh_CN.po | 206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 207 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存。\n"
|
D | eo.po | 202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 204 "La 'ioctl(BLKFLSBUF)' ne subtenatas! Ne eblas peli bufrajn enhavojn.\n"
|
D | id.po | 201 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 202 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
|
D | da.po | 198 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 199 msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
|
D | it.po | 202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 203 msgstr "Ioctl BLKFLSBUF non supportata: impossibile svuotare i buffer.\n"
|
D | tr.po | 199 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 200 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
|
D | pt.po | 206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 207 msgstr "BLKFLSBUF ioctl não suportado! Impossível despejar os buffers.\n"
|
D | pl.po | 202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 203 msgstr "ioctl BLKFLSBUF nie obsługiwany! Nie można opróżnić buforów.\n"
|
D | nl.po | 221 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 222 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
|
D | sv.po | 205 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 206 msgstr "BLKFLSBUF-ioctl stöds inte! Kan inte tömma buffertar.\n"
|
D | hu.po | 200 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 201 msgstr "A BLKFLSBUF ioctl nem támogatott! A pufferek nem üríthetők.\n"
|
D | cs.po | 208 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 210 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"
|
12