Searched refs:FIBMAP (Results 1 – 10 of 10) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 43 #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/ |
D | copy_sparse.c | 45 #define FIBMAP _IO(0x00,1) /* bmap access */ macro 54 ret = ioctl(fd, FIBMAP, &b); in get_bmap()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | map5.c | 44 while (ioctl(fd, FIBMAP, &block) == 0) { in main()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 66 #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/ |
D | syslxcom.c | 269 if (ioctl(fd, FIBMAP, &blk)) in sectmap_fib()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 236 #define FIBMAP _IO(0x00,1) /* bmap access */ macro
|
/external/e2fsprogs/debian/ |
D | changelog | 277 * 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/ |
D | RELEASE-NOTES | 541 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/ |
D | NEWS.old | 1440 83025 Support for ioctls FIGETBSZ and FIBMAP
|
D | NEWS | 2745 248822 Linux FIBMAP ioctl has int parameter instead of long
|