Searched refs:BLKFLSBUF (Results 1 – 20 of 20) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 39 #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/ |
D | flushb.c | 26 #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/ |
D | asmstub.c | 53 # 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/ |
D | block.c | 273 case BLKFLSBUF: /* Requires driver knowlege */ in block_ioctl()
|
/external/kernel-headers/original/linux/ |
D | fs.h | 188 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ macro
|
/external/e2fsprogs/po/ |
D | zh_CN.po | 180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 181 msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
|
D | sv.po | 182 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 183 msgstr "BLKFLSBUF-ioctl st�ds inte! Kan inte t�mma buffertar.\n"
|
D | nl.po | 183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
|
D | id.po | 183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 msgstr "BLKFLSBUF ioctl tidak disupport! Tidak dapat memflush buffer.\n"
|
D | it.po | 183 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 184 msgstr "Ioctl BLKFLSBUF non supportato! Impossibile svuotare i buffer.\n"
|
D | de.po | 184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 185 msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
|
D | ca.po | 182 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"
|
D | es.po | 201 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 203 "¡No está implementado el control de entrada/salida del BLKFLSBUF! No se "
|
D | pl.po | 180 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"
|
D | cs.po | 180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 182 "ioctl BLKFLSBUF nepodporováno! Nemohu synchronizovat vyrovnávací paměti.\n"
|
D | tr.po | 180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 181 msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
|
D | vi.po | 182 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"
|
D | e2fsprogs.pot | 181 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 3907 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/ |
D | ChangeLog | 7123 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
|