Searched refs:FIBMAP (Results 1 – 9 of 9) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 126 if (ioctl(fd, FIBMAP, &blknum) < 0) { in main() 139 if (ioctl(fd, FIBMAP, &blknum) < 0) { in main()
|
/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/kernel-headers/original/uapi/linux/ |
D | fs.h | 151 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 59 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro 104 ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ in get_bmap()
|
/external/e2fsprogs/debian/ |
D | changelog | 785 needs to fallback to using the FIBMAP ioctl. 787 files when using FIBMAP. (Closes: #540376) 788 * Add a filefrag -B option to make it easier to debug the FIBMAP
|
/external/strace/linux/ |
D | ioctlent.h.in | 2 {"linux/fs.h", "FIBMAP", 0x0001},
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 280 * add -e option to print extent format, even when FIBMAP is used 1745 not present, and it needs to fall back to using the FIBMAP ioctl. 1750 Filefrag now has a -B option which forces the use of the FIBMAP ioctl 1751 to more easily debug the FIBMAP code.
|
/external/valgrind/main/ |
D | NEWS.old | 1440 83025 Support for ioctls FIGETBSZ and FIBMAP
|
D | NEWS | 1535 248822 Linux FIBMAP ioctl has int parameter instead of long
|