Home
last modified time | relevance | path

Searched refs:fsmap (Results 1 – 10 of 10) 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()
H A Dioctl.c875 struct fsmap fm; in ext4_getfsmap_format()
882 sizeof(struct fsmap))) in ext4_getfsmap_format()
/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 = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap()
1332 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1333 recs = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap()
[all …]
H A Dxfs_fsmap.h9 struct fsmap;
H A Dxfs_trace.h4338 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
4339 TP_ARGS(mp, fsmap),
4351 __entry->keydev = new_decode_dev(fsmap->fmr_device);
4352 __entry->block = fsmap->fmr_physical;
4353 __entry->len = fsmap->fmr_length;
4354 __entry->owner = fsmap->fmr_owner;
4355 __entry->offset = fsmap->fmr_offset;
4356 __entry->flags = fsmap->fmr_flags;
4369 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
4370 TP_ARGS(mp, fsmap))
/linux/include/trace/events/
H A Dext4.h2600 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
2601 TP_ARGS(sb, fsmap),
2612 __entry->keydev = new_decode_dev(fsmap->fmr_device);
2613 __entry->block = fsmap->fmr_physical;
2614 __entry->len = fsmap->fmr_length;
2615 __entry->owner = fsmap->fmr_owner;
2616 __entry->flags = fsmap->fmr_flags;
2628 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
2629 TP_ARGS(sb, fsmap))
/linux/
H A DMAINTAINERS28865 F: include/uapi/linux/fsmap.h