Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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.h3270 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
3271 TP_ARGS(mp, fsmap),
3283 __entry->keydev = new_decode_dev(fsmap->fmr_device);
3284 __entry->block = fsmap->fmr_physical;
3285 __entry->len = fsmap->fmr_length;
3286 __entry->owner = fsmap->fmr_owner;
3287 __entry->offset = fsmap->fmr_offset;
3288 __entry->flags = fsmap->fmr_flags;
3301 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
3302 TP_ARGS(mp, fsmap))
Dxfs_fsmap.c31 struct fsmap *dest, in xfs_fsmap_from_internal()
49 struct fsmap *src) in xfs_fsmap_to_internal()
Dxfs_ioctl.c1843 struct fsmap fm; in xfs_getfsmap_format()
1850 sizeof(struct fsmap))) in xfs_getfsmap_format()
/Linux-v5.4/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.c625 struct fsmap fm; in ext4_getfsmap_format()
632 sizeof(struct fsmap))) in ext4_getfsmap_format()
/Linux-v5.4/usr/include/
DMakefile34 header-test- += linux/fsmap.h
/Linux-v5.4/include/trace/events/
Dext4.h2629 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
2630 TP_ARGS(sb, fsmap),
2641 __entry->keydev = new_decode_dev(fsmap->fmr_device);
2642 __entry->block = fsmap->fmr_physical;
2643 __entry->len = fsmap->fmr_length;
2644 __entry->owner = fsmap->fmr_owner;
2645 __entry->flags = fsmap->fmr_flags;
2657 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
2658 TP_ARGS(sb, fsmap))
/Linux-v5.4/
DMAINTAINERS17874 F: include/uapi/linux/fsmap.h