Searched refs:fsmap (Results 1 – 7 of 7) sorted by relevance
50 struct fsmap { struct67 struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */ argument68 struct fsmap fmh_recs[]; /* returned records */76 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof()
10 struct fsmap;31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,34 struct fsmap *src);
9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
16 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()
35 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 …]
9 struct fsmap;
28530 F: include/uapi/linux/fsmap.h