Home
last modified time | relevance | path

Searched refs:BLKFLSBUF (Results 1 – 16 of 16) 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/kernel-headers/original/linux/
Dfs.h188 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
/external/e2fsprogs/po/
Dca.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
183 "L'ioctl BLKFLSBUF no està implementat. No es poden buidar els búfers.\n"
Dde.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Dnl.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Dit.po183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
184 msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i buffer.\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"
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.po181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182 msgstr "BLKFLSBUF ioctl không được hỗ trợ. Không thể xoá sạch các bộ đệm.\n"
De2fsprogs.pot180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
/external/e2fsprogs/
DRELEASE-NOTES2187 see if the BLKFLSBUF ioctl succeeds, and if so, avoid using the
2861 Use platform independent method of defining the BLKFLSBUF and FDFLUSH
3136 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