HomeSort by relevance Sort by last modified time
    Searched refs:fiemap (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/misc/
filefrag.c 43 #include <ext2fs/fiemap.h>
58 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
169 struct fiemap *fiemap = (struct fiemap *)buf; local
170 struct fiemap_extent *fm_ext = &fiemap->fm_extents[0];
171 int count = (sizeof(buf) - sizeof(*fiemap)) /
182 fiemap->fm_length = ~0ULL;
184 memset(fiemap, 0, sizeof(struct fiemap));
    [all...]
Makefile.in 610 $(top_srcdir)/lib/ext2fs/fiemap.h
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 25 struct fiemap { struct
  /bionic/libc/kernel/common/linux/
fs.h 237 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
  /external/kernel-headers/original/linux/
fs.h 339 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
400 #include <linux/fiemap.h>
1665 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, member in struct:inode_operations
    [all...]

Completed in 154 milliseconds