Searched refs:fiemap (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dfiemap.h25 struct fiemap { struct
38 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
/external/e2fsprogs/misc/
H A Dfilefrag.c44 #include <ext2fs/fiemap.h>
186 struct fiemap *fiemap = (struct fiemap *)buf; local
187 struct fiemap_extent *fm_ext = &fiemap->fm_extents[0];
188 int count = (sizeof(buf) - sizeof(*fiemap)) /
199 memset(fiemap, 0, sizeof(struct fiemap));
208 fiemap->fm_length = ~0ULL;
209 fiemap
[all...]
H A De4defrag.c38 #include <ext2fs/fiemap.h>
547 struct fiemap fiemap_buf;
552 memset(&fiemap_buf, 0, sizeof(struct fiemap));
844 struct fiemap *fiemap_buf = NULL;
854 /* Alloc space for fiemap */
856 fie_buf_size = sizeof(struct fiemap) + ext_buf_size;
H A DMakefile.in689 $(top_srcdir)/lib/ext2fs/fiemap.h
/external/kernel-headers/original/uapi/linux/
H A Dfiemap.h27 struct fiemap { struct
H A Dfs.h167 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)

Completed in 263 milliseconds