Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/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()
/third_party/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,
/third_party/musl/include/sys/
Dmount.h14 #define BLKFLSBUF _IO(0x12, 97) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h14 #define BLKFLSBUF _IO(0x12, 97) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h14 #define BLKFLSBUF _IO(0x12, 97) macro
/third_party/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
/third_party/e2fsprogs/po/
Duk.po206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
207 msgstr "Підтримки ioctl BLKFLSBUF не передбачено! Скидання буферів неможливе.\n"
Dsr.po199 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
200 msgstr "„BLKFLSBUF ioctl“ није подржано! Не могу да пресунем међумеморије.\n"
Dzh_CN.po206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
207 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存。\n"
Deo.po202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
204 "La 'ioctl(BLKFLSBUF)' ne subtenatas! Ne eblas peli bufrajn enhavojn.\n"
Did.po201 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
202 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
Dda.po198 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
199 msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
Dit.po202 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
203 msgstr "Ioctl BLKFLSBUF non supportata: impossibile svuotare i buffer.\n"
Dtr.po199 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
200 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Dpt.po206 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
207 msgstr "BLKFLSBUF ioctl não suportado! Impossível despejar os buffers.\n"
Dpl.po202 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"
Dnl.po221 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
222 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Dsv.po205 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
206 msgstr "BLKFLSBUF-ioctl stöds inte! Kan inte tömma buffertar.\n"
Dhu.po200 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"
Dcs.po208 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
210 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"

12