Home
last modified time | relevance | path

Searched refs:BLKFLSBUF (Results 1 – 20 of 20) 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()
70 #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/grub/grub/
Dasmstub.c53 # ifndef BLKFLSBUF
54 # define BLKFLSBUF _IO (0x12,97) /* flush buffer cache */ macro
205 ioctl (disks[i].flags, BLKFLSBUF, 0); in grub_stage2()
819 ioctl (disks[drive].flags, BLKFLSBUF, 0); in get_diskinfo()
/external/strace/
Dblock.c273 case BLKFLSBUF: /* Requires driver knowlege */ in block_ioctl()
/external/kernel-headers/original/linux/
Dfs.h188 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
/external/e2fsprogs/po/
Dzh_CN.po180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
Dsv.po182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
183 msgstr "BLKFLSBUF-ioctl st�ds inte! Kan inte t�mma buffertar.\n"
Dnl.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Did.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
Dit.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i 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.po182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 "L'ioctl BLKFLSBUF no està implementat. No es poden buidar els búfers.\n"
Des.po201 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
203 "¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
Dpl.po180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181 msgstr "ioctl BLKFLSBUF nie obs�ugiwany! Nie mo�na opr�ni� bufor�w.\n"
Dcs.po180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"
Dtr.po180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Dvi.po182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
183 msgstr "BLKFLSBUF ioctl không được hỗ trợ. Không thể xoá sạch các bộ đệm.\n"
De2fsprogs.pot181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
/external/e2fsprogs/
DRELEASE-NOTES3907 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the
4581 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
4856 all of the places which might try to use the BLKFLSBUF or FDFLUSH
/external/grub/
DChangeLog7123 don't include <linux/fs.h> and define BLKFLSBUF if needed.
8202 * grub/asmstub.c [__linux__]: Include linux/fs.h for BLKFLSBUF.
8204 (gurb_stage2) [__linux__]: Invalidate buffer caches by BLKFLSBUF