Searched refs:fsmap (Results 1 – 2 of 2) sorted by relevance
50 struct fsmap { struct67 struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */ argument68 struct fsmap fmh_recs[]; /* returned records */76 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof()
2629 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))