Symbol: fsmap
fs/ext4/fsmap.c
16
void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
fs/ext4/fsmap.c
32
struct fsmap *src)
fs/ext4/fsmap.h
10
struct fsmap;
fs/ext4/fsmap.h
31
void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
fs/ext4/fsmap.h
34
struct fsmap *src);
fs/ext4/ioctl.c
875
struct fsmap fm;
fs/ext4/ioctl.c
882
sizeof(struct fsmap)))
fs/xfs/xfs_fsmap.c
1156
struct fsmap *fsmap_recs)
fs/xfs/xfs_fsmap.c
1307
struct fsmap *recs;
fs/xfs/xfs_fsmap.c
1328
131072 / sizeof(struct fsmap));
fs/xfs/xfs_fsmap.c
1329
recs = kvzalloc_objs(struct fsmap, count);
fs/xfs/xfs_fsmap.c
1332
PAGE_SIZE / sizeof(struct fsmap));
fs/xfs/xfs_fsmap.c
1333
recs = kvzalloc_objs(struct fsmap, count);
fs/xfs/xfs_fsmap.c
1347
struct fsmap __user *user_recs;
fs/xfs/xfs_fsmap.c
1348
struct fsmap *last_rec;
fs/xfs/xfs_fsmap.c
1388
xhead.fmh_entries * sizeof(struct fsmap))) {
fs/xfs/xfs_fsmap.c
1407
struct fsmap __user *user_rec;
fs/xfs/xfs_fsmap.c
162
struct fsmap *fsmap_recs; /* mapping records */
fs/xfs/xfs_fsmap.c
248
struct fsmap *rec;
fs/xfs/xfs_fsmap.c
35
struct fsmap *dest,
fs/xfs/xfs_fsmap.c
53
struct fsmap *src)
fs/xfs/xfs_fsmap.h
9
struct fsmap;
fs/xfs/xfs_trace.h
4338
TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
fs/xfs/xfs_trace.h
4339
TP_ARGS(mp, fsmap),
fs/xfs/xfs_trace.h
4351
__entry->keydev = new_decode_dev(fsmap->fmr_device);
fs/xfs/xfs_trace.h
4352
__entry->block = fsmap->fmr_physical;
fs/xfs/xfs_trace.h
4353
__entry->len = fsmap->fmr_length;
fs/xfs/xfs_trace.h
4354
__entry->owner = fsmap->fmr_owner;
fs/xfs/xfs_trace.h
4355
__entry->offset = fsmap->fmr_offset;
fs/xfs/xfs_trace.h
4356
__entry->flags = fsmap->fmr_flags;
fs/xfs/xfs_trace.h
4369
TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
fs/xfs/xfs_trace.h
4370
TP_ARGS(mp, fsmap))
include/trace/events/ext4.h
2600
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
include/trace/events/ext4.h
2601
TP_ARGS(sb, fsmap),
include/trace/events/ext4.h
2612
__entry->keydev = new_decode_dev(fsmap->fmr_device);
include/trace/events/ext4.h
2613
__entry->block = fsmap->fmr_physical;
include/trace/events/ext4.h
2614
__entry->len = fsmap->fmr_length;
include/trace/events/ext4.h
2615
__entry->owner = fsmap->fmr_owner;
include/trace/events/ext4.h
2616
__entry->flags = fsmap->fmr_flags;
include/trace/events/ext4.h
2628
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
include/trace/events/ext4.h
2629
TP_ARGS(sb, fsmap))
include/uapi/linux/fsmap.h
67
struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */
include/uapi/linux/fsmap.h
68
struct fsmap fmh_recs[]; /* returned records */
include/uapi/linux/fsmap.h
76
return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap);