Home
last modified time | relevance | path

Searched refs:FIBMAP (Results 1 – 15 of 15) 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/f2fs-tools/tools/f2fs_io/
Df2fs_io.c319 #ifndef FIBMAP
320 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro
353 if (ioctl(fd, FIBMAP, &blknum) < 0) { in do_fiemap()
/external/ltp/testcases/kernel/fs/mongo/
Dmap5.c44 while (ioctl(fd, FIBMAP, &block) == 0) { in main()
/external/e2fsprogs/misc/
Dfilefrag.c68 #define FIBMAP _IO(0x00, 1) /* bmap access */ macro
113 ret = ioctl(fd, FIBMAP, &b); /* FIBMAP takes pointer to integer */ in get_bmap()
/external/kernel-headers/original/uapi/linux/
Dfs.h190 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
/external/syzkaller/sys/linux/
Dsys_386.const101 FIBMAP = 1
Dsys_amd64.const101 FIBMAP = 1
Dsys_arm.const101 FIBMAP = 1
Dsys_ppc64le.const101 FIBMAP = 536870913
Dsys_arm64.const101 FIBMAP = 1
Dsys.txt169 ioctl$FIBMAP(fd fd, cmd const[FIBMAP], arg ptr[in, int32])
/external/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
/external/e2fsprogs/debian/
Dchangelog648 * Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
1582 needs to fallback to using the FIBMAP ioctl.
1584 files when using FIBMAP. (Closes: #540376)
1585 * Add a filefrag -B option to make it easier to debug the FIBMAP