Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A 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/fs/ext4/
H A Dfsmap.h10 struct fsmap;
31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
34 struct fsmap *src);
H A 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()
/linux/fs/xfs/
H A Dxfs_fsmap.c35 struct fsmap *dest, in xfs_fsmap_from_internal()
53 struct fsmap *src) in xfs_fsmap_to_internal()
162 struct fsmap *fsmap_recs; /* mapping records */
248 struct fsmap *rec; in xfs_getfsmap_format()
1156 struct fsmap *fsmap_recs) in xfs_getfsmap()
1306 struct fsmap *recs; in xfs_ioc_getfsmap()
1327 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1328 recs = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap()
1331 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1332 recs = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap()
[all …]
H A Dxfs_fsmap.h9 struct fsmap;
H A Dxfs_trace.h4340 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
4341 TP_ARGS(mp, fsmap),
4353 __entry->keydev = new_decode_dev(fsmap->fmr_device);
4354 __entry->block = fsmap->fmr_physical;
4355 __entry->len = fsmap->fmr_length;
4356 __entry->owner = fsmap->fmr_owner;
4357 __entry->offset = fsmap->fmr_offset;
4358 __entry->flags = fsmap->fmr_flags;
4371 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
4372 TP_ARGS(mp, fsmap))
/linux/
H A DMAINTAINERS29841 F: include/uapi/linux/fsmap.h