Home
last modified time | relevance | path

Searched refs:fsmap (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Dfsmap.h50 struct fsmap { struct
67 struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */ argument
68 struct fsmap fmh_recs[]; /* returned records */
76 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof()
/linux/fs/ext4/
H A Dfsmap.h10 struct fsmap;
31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
34 struct fsmap *src);
H A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
H A Dfsmap.c16 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest, in ext4_fsmap_from_internal()
32 struct fsmap *src) in ext4_fsmap_to_internal()
/linux/fs/xfs/
H A Dxfs_fsmap.c35 struct fsmap *dest, in xfs_fsmap_from_internal()
53 struct fsmap *src) in xfs_fsmap_to_internal()
162 struct fsmap *fsmap_recs; /* mapping records */
248 struct fsmap *rec; in xfs_getfsmap_format()
1156 struct fsmap *fsmap_recs) in xfs_getfsmap()
1307 struct fsmap *recs; in xfs_ioc_getfsmap()
1328 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1329 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
1332 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1333 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
[all …]
H A Dxfs_fsmap.h9 struct fsmap;
/linux/
H A DMAINTAINERS28530 F: include/uapi/linux/fsmap.h