/external/e2fsprogs/lib/ext2fs/ |
fiemap.h | 25 struct fiemap { struct 38 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
|
/external/e2fsprogs/misc/ |
filefrag.c | 44 #include <ext2fs/fiemap.h> 50 int force_bmap; /* force use of FIBMAP instead of FIEMAP */ 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 [all...] |
e4defrag.c | 38 #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; [all...] |
Makefile.in | 689 $(top_srcdir)/lib/ext2fs/fiemap.h
|
/bionic/libc/kernel/uapi/linux/ |
fiemap.h | 32 struct fiemap { struct
|
fs.h | 145 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
|
/development/ndk/platforms/android-L/include/linux/ |
fiemap.h | 32 struct fiemap { struct
|
fs.h | 145 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
|
/external/kernel-headers/original/uapi/linux/ |
fiemap.h | 27 struct fiemap { struct
|
fs.h | 161 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap)
|