Home
last modified time | relevance | path

Searched refs:fiemap (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/misc/
Dfilefrag.c235 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 …]
De4defrag.c498 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()
Dcreate_inode.c512 struct fiemap *fiemap_buf; in try_fiemap_copy()
520 fie_buf_size = sizeof(struct fiemap) + ext_buf_size; in try_fiemap_copy()
DMakefile.in829 $(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/
Dfiemap.h25 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)
DMakefile.in1419 $(srcdir)/fiemap.h $(top_srcdir)/misc/create_inode.h \
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c956 CMD(fiemap),
/third_party/e2fsprogs/debugfs/
DMakefile.in357 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/fiemap.h \
/third_party/e2fsprogs/doc/RelNotes/
Dv1.41.txt655 fiemap ioctl.
/third_party/e2fsprogs/debian/
Dchangelog2143 fiemap ioctl.