Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/
Dfibmap.c43 #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/
Dcopy_sparse.c45 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
54 ret = ioctl(fd, FIBMAP, &b); in get_bmap()
/external/ltp/testcases/kernel/fs/mongo/
Dmap5.c44 while (ioctl(fd, FIBMAP, &block) == 0) { in main()
/external/e2fsprogs/misc/
Dfilefrag.c66 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro
111 ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ in get_bmap()
/external/syslinux/libinstaller/
Dsyslxcom.c269 if (ioctl(fd, FIBMAP, &blk)) in sectmap_fib()
/external/kernel-headers/original/uapi/linux/
Dfs.h236 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/external/e2fsprogs/debian/
Dchangelog277 * Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
1211 needs to fallback to using the FIBMAP ioctl.
1213 files when using FIBMAP. (Closes: #540376)
1214 * Add a filefrag -B option to make it easier to debug the FIBMAP
/external/e2fsprogs/
DRELEASE-NOTES541 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
1136 * add -e option to print extent format, even when FIBMAP is used
2601 not present, and it needs to fall back to using the FIBMAP ioctl.
2606 Filefrag now has a -B option which forces the use of the FIBMAP ioctl
2607 to more easily debug the FIBMAP code.
/external/valgrind/
DNEWS.old1440 83025 Support for ioctls FIGETBSZ and FIBMAP
DNEWS2745 248822 Linux FIBMAP ioctl has int parameter instead of long