Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/
Dfibmap.c126 if (ioctl(fd, FIBMAP, &blknum) < 0) { in main()
139 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.h151 #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/strace/linux/
Dioctlent.h.in2 {"linux/fs.h", "FIBMAP", 0x0001},
/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/main/
DNEWS.old1440 83025 Support for ioctls FIGETBSZ and FIBMAP
DNEWS1535 248822 Linux FIBMAP ioctl has int parameter instead of long