Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
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-4.19.296/fs/xfs/
Dxfs_fsmap.h9 struct fsmap;
30 void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src);
31 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
Dxfs_trace.h3248 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
3249 TP_ARGS(mp, fsmap),
3261 __entry->keydev = new_decode_dev(fsmap->fmr_device);
3262 __entry->block = fsmap->fmr_physical;
3263 __entry->len = fsmap->fmr_length;
3264 __entry->owner = fsmap->fmr_owner;
3265 __entry->offset = fsmap->fmr_offset;
3266 __entry->flags = fsmap->fmr_flags;
3279 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
3280 TP_ARGS(mp, fsmap))
Dxfs_fsmap.c35 struct fsmap *dest, in xfs_fsmap_from_internal()
53 struct fsmap *src) in xfs_fsmap_to_internal()
Dxfs_ioctl.c1634 struct fsmap fm; in xfs_getfsmap_format()
1641 sizeof(struct fsmap))) in xfs_getfsmap_format()
/linux-4.19.296/fs/ext4/
Dfsmap.h10 struct fsmap;
31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
34 struct fsmap *src);
DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
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()
Dioctl.c618 struct fsmap fm; in ext4_getfsmap_format()
625 sizeof(struct fsmap))) in ext4_getfsmap_format()
/linux-4.19.296/include/trace/events/
Dext4.h2574 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
2575 TP_ARGS(sb, fsmap),
2586 __entry->keydev = new_decode_dev(fsmap->fmr_device);
2587 __entry->block = fsmap->fmr_physical;
2588 __entry->len = fsmap->fmr_length;
2589 __entry->owner = fsmap->fmr_owner;
2590 __entry->flags = fsmap->fmr_flags;
2602 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
2603 TP_ARGS(sb, fsmap))