Home
last modified time | relevance | path

Searched refs:FIBMAP (Results 1 – 8 of 8) sorted by relevance

/external/f2fs-tools/tools/
Dfibmap.c130 if (ioctl(fd, FIBMAP, &blknum) < 0) { in main()
143 if (ioctl(fd, FIBMAP, &blknum) < 0) { in main()
/external/e2fsprogs/util/
Dcopy_sparse.c45 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
54 ret = ioctl(fd, FIBMAP, &b); in get_bmap()
/external/kernel-headers/original/uapi/linux/
Dfs.h155 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/external/e2fsprogs/misc/
Dfilefrag.c59 #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/
Dchangelog785 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/e2fsprogs/
DRELEASE-NOTES280 * 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/
DNEWS.old1440 83025 Support for ioctls FIGETBSZ and FIBMAP
DNEWS2030 248822 Linux FIBMAP ioctl has int parameter instead of long