fsmap              16 fs/ext4/fsmap.c void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
fsmap              32 fs/ext4/fsmap.c 			    struct fsmap *src)
fsmap              10 fs/ext4/fsmap.h struct fsmap;
fsmap              31 fs/ext4/fsmap.h void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
fsmap              34 fs/ext4/fsmap.h 		struct fsmap *src);
fsmap             625 fs/ext4/ioctl.c 	struct fsmap fm;
fsmap             632 fs/ext4/ioctl.c 			sizeof(struct fsmap)))
fsmap              31 fs/xfs/xfs_fsmap.c 	struct fsmap		*dest,
fsmap              49 fs/xfs/xfs_fsmap.c 	struct fsmap		*src)
fsmap               9 fs/xfs/xfs_fsmap.h struct fsmap;
fsmap              30 fs/xfs/xfs_fsmap.h void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src);
fsmap              31 fs/xfs/xfs_fsmap.h void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
fsmap            1845 fs/xfs/xfs_ioctl.c 	struct fsmap		fm;
fsmap            1852 fs/xfs/xfs_ioctl.c 			sizeof(struct fsmap)))
fsmap            3270 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
fsmap            3271 fs/xfs/xfs_trace.h 	TP_ARGS(mp, fsmap),
fsmap            3283 fs/xfs/xfs_trace.h 		__entry->keydev = new_decode_dev(fsmap->fmr_device);
fsmap            3284 fs/xfs/xfs_trace.h 		__entry->block = fsmap->fmr_physical;
fsmap            3285 fs/xfs/xfs_trace.h 		__entry->len = fsmap->fmr_length;
fsmap            3286 fs/xfs/xfs_trace.h 		__entry->owner = fsmap->fmr_owner;
fsmap            3287 fs/xfs/xfs_trace.h 		__entry->offset = fsmap->fmr_offset;
fsmap            3288 fs/xfs/xfs_trace.h 		__entry->flags = fsmap->fmr_flags;
fsmap            3301 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
fsmap            3302 fs/xfs/xfs_trace.h 	TP_ARGS(mp, fsmap))
fsmap            2629 include/trace/events/ext4.h 	TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
fsmap            2630 include/trace/events/ext4.h 	TP_ARGS(sb, fsmap),
fsmap            2641 include/trace/events/ext4.h 		__entry->keydev = new_decode_dev(fsmap->fmr_device);
fsmap            2642 include/trace/events/ext4.h 		__entry->block = fsmap->fmr_physical;
fsmap            2643 include/trace/events/ext4.h 		__entry->len = fsmap->fmr_length;
fsmap            2644 include/trace/events/ext4.h 		__entry->owner = fsmap->fmr_owner;
fsmap            2645 include/trace/events/ext4.h 		__entry->flags = fsmap->fmr_flags;
fsmap            2657 include/trace/events/ext4.h 	TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
fsmap            2658 include/trace/events/ext4.h 	TP_ARGS(sb, fsmap))
fsmap              67 include/uapi/linux/fsmap.h 	struct fsmap	fmh_keys[2];	/* low and high keys for the mapping search */
fsmap              68 include/uapi/linux/fsmap.h 	struct fsmap	fmh_recs[];	/* returned records */
fsmap              76 include/uapi/linux/fsmap.h 	return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap);