Home
last modified time | relevance | path

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

/third_party/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) {
/third_party/e2fsprogs/util/
Dcopy_sparse.c45 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
54 ret = ioctl(fd, FIBMAP, &b); in get_bmap()
/third_party/ltp/lib/
Dtst_ioctl.c25 if (ioctl(fd, FIBMAP, &block)) { in tst_fibmap()
/third_party/ltp/testcases/kernel/fs/mongo/
Dmap5.c44 while (ioctl(fd, FIBMAP, &block) == 0) { in main()
/third_party/e2fsprogs/misc/
Dfilefrag.c71 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro
116 ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ in get_bmap()
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c672 #ifndef FIBMAP
673 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro
702 if (ioctl(fd, FIBMAP, &blknum) < 0) in do_fiemap()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.41.txt493 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.
Dv1.42.txt124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
719 * add -e option to print extent format, even when FIBMAP is used
/third_party/e2fsprogs/debian/
Dchangelog1141 * Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
2075 needs to fallback to using the FIBMAP ioctl.
2077 files when using FIBMAP. (Closes: #540376)
2078 * Add a filefrag -B option to make it easier to debug the FIBMAP