fsmap
void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
struct fsmap *src)
struct fsmap;
void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
struct fsmap *src);
struct fsmap fm;
sizeof(struct fsmap)))
struct fsmap *fsmap_recs)
struct fsmap *recs;
131072 / sizeof(struct fsmap));
recs = kvzalloc_objs(struct fsmap, count);
PAGE_SIZE / sizeof(struct fsmap));
recs = kvzalloc_objs(struct fsmap, count);
struct fsmap __user *user_recs;
struct fsmap *last_rec;
xhead.fmh_entries * sizeof(struct fsmap))) {
struct fsmap __user *user_rec;
struct fsmap *fsmap_recs; /* mapping records */
struct fsmap *rec;
struct fsmap *dest,
struct fsmap *src)
struct fsmap;
TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
TP_ARGS(mp, fsmap),
__entry->keydev = new_decode_dev(fsmap->fmr_device);
__entry->block = fsmap->fmr_physical;
__entry->len = fsmap->fmr_length;
__entry->owner = fsmap->fmr_owner;
__entry->offset = fsmap->fmr_offset;
__entry->flags = fsmap->fmr_flags;
TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
TP_ARGS(mp, fsmap))
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
TP_ARGS(sb, fsmap),
__entry->keydev = new_decode_dev(fsmap->fmr_device);
__entry->block = fsmap->fmr_physical;
__entry->len = fsmap->fmr_length;
__entry->owner = fsmap->fmr_owner;
__entry->flags = fsmap->fmr_flags;
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
TP_ARGS(sb, fsmap))
struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */
struct fsmap fmh_recs[]; /* returned records */
return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap);