Searched refs:fiemap (Results 1 – 10 of 10) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | filefrag.c | 235 struct fiemap *fiemap = (struct fiemap *)buf; in filefrag_fiemap() local 236 struct fiemap_extent *fm_ext = &fiemap->fm_extents[0]; in filefrag_fiemap() 238 int count = (sizeof(buf) - sizeof(*fiemap)) / in filefrag_fiemap() 250 memset(fiemap, 0, sizeof(struct fiemap)); in filefrag_fiemap() 266 fiemap->fm_length = ~0ULL; in filefrag_fiemap() 267 fiemap->fm_flags = flags; in filefrag_fiemap() 268 fiemap->fm_extent_count = count; in filefrag_fiemap() 269 rc = ioctl(fd, cmd, (unsigned long) fiemap); in filefrag_fiemap() 277 fiemap->fm_flags); in filefrag_fiemap() 284 if (fiemap->fm_mapped_extents == 0) in filefrag_fiemap() [all …]
|
D | e4defrag.c | 498 struct fiemap fiemap_buf; in file_frag_count() 503 memset(&fiemap_buf, 0, sizeof(struct fiemap)); in file_frag_count() 795 struct fiemap *fiemap_buf = NULL; in get_file_extents() 807 fie_buf_size = sizeof(struct fiemap) + ext_buf_size; in get_file_extents()
|
D | create_inode.c | 512 struct fiemap *fiemap_buf; in try_fiemap_copy() 520 fie_buf_size = sizeof(struct fiemap) + ext_buf_size; in try_fiemap_copy()
|
D | Makefile.in | 829 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/fiemap.h \ 856 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/fiemap.h \
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | fiemap.h | 25 struct fiemap { struct 45 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) argument 53 #define EXT4_IOC_GET_ES_CACHE _IOWR('f', 42, struct fiemap)
|
D | Makefile.in | 1419 $(srcdir)/fiemap.h $(top_srcdir)/misc/create_inode.h \
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 956 CMD(fiemap),
|
/third_party/e2fsprogs/debugfs/ |
D | Makefile.in | 357 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/fiemap.h \
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 655 fiemap ioctl.
|
/third_party/e2fsprogs/debian/ |
D | changelog | 2143 fiemap ioctl.
|