Searched refs:FIBMAP (Results 1 – 11 of 11) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 43 #ifndef FIBMAP 44 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro 186 if (ioctl(fd, FIBMAP, &blknum) < 0) { 199 if (ioctl(fd, FIBMAP, &blknum) < 0) {
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 45 #define FIBMAP _IO(0x00,1) /* bmap access */ macro 54 ret = ioctl(fd, FIBMAP, &b); in get_bmap()
|
/external/ltp/lib/ |
D | tst_ioctl.c | 25 if (ioctl(fd, FIBMAP, &block)) { in tst_fibmap()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | map5.c | 44 while (ioctl(fd, FIBMAP, &block) == 0) { in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 193 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 68 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro 113 ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ in get_bmap()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2155 #ifdef FIBMAP 2156 { "FIBMAP", (unsigned long) FIBMAP },
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 493 not present, and it needs to fall back to using the FIBMAP ioctl. 498 Filefrag now has a -B option which forces the use of the FIBMAP ioctl 499 to more easily debug the FIBMAP code.
|
D | v1.42.txt | 124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B). 719 * add -e option to print extent format, even when FIBMAP is used
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1729 pub const FIBMAP: ::c_ulong = 0xc008667a; constant
|
/external/e2fsprogs/debian/ |
D | changelog | 861 * Fix filefrag to properly handle using the FIBMAP ioctl (with -B). 1795 needs to fallback to using the FIBMAP ioctl. 1797 files when using FIBMAP. (Closes: #540376) 1798 * Add a filefrag -B option to make it easier to debug the FIBMAP
|