Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
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/xfs/
A Dxfs_fsmap.h9 struct fsmap;
30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
33 struct fsmap *out_recs);
A Dxfs_fsmap.c32 struct fsmap *dest, in xfs_fsmap_from_internal()
50 struct fsmap *src) in xfs_fsmap_to_internal()
159 struct fsmap *fsmap_recs; /* mapping records */
232 struct fsmap *rec; in xfs_getfsmap_format()
851 struct fsmap *fsmap_recs) in xfs_getfsmap()
A Dxfs_ioctl.c1583 struct fsmap *recs; in xfs_ioc_getfsmap()
1604 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1605 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
1608 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1609 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
1623 struct fsmap __user *user_recs; in xfs_ioc_getfsmap()
1624 struct fsmap *last_rec; in xfs_ioc_getfsmap()
1664 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap()
1683 struct fsmap __user *user_rec; in xfs_ioc_getfsmap()
A Dxfs_trace.h3479 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
3480 TP_ARGS(mp, fsmap),
3492 __entry->keydev = new_decode_dev(fsmap->fmr_device);
3493 __entry->block = fsmap->fmr_physical;
3494 __entry->len = fsmap->fmr_length;
3495 __entry->owner = fsmap->fmr_owner;
3496 __entry->offset = fsmap->fmr_offset;
3497 __entry->flags = fsmap->fmr_flags;
3510 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
3511 TP_ARGS(mp, fsmap))
/linux/fs/ext4/
A Dfsmap.h10 struct fsmap;
31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
34 struct fsmap *src);
A Dbuilt-in.a11 fsmap.o/
A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
A D.fsmap.o.cmd1fsmap.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa…
3 source_fs/ext4/fsmap.o := fs/ext4/fsmap.c
5 deps_fs/ext4/fsmap.o := \
1164 include/uapi/linux/fsmap.h \
1165 fs/ext4/fsmap.h \
1253 fs/ext4/fsmap.o: $(deps_fs/ext4/fsmap.o)
1255 $(deps_fs/ext4/fsmap.o):
A D.built-in.a.cmd1 …_jbd2.o fs/ext4/extents.o fs/ext4/extents_status.o fs/ext4/file.o fs/ext4/fsmap.o fs/ext4/fsync.o …
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()
A Dioctl.c612 struct fsmap fm; in ext4_getfsmap_format()
619 sizeof(struct fsmap))) in ext4_getfsmap_format()
A D.ioctl.o.cmd1172 include/uapi/linux/fsmap.h \
1173 fs/ext4/fsmap.h \
A D.super.o.cmd1277 fs/ext4/fsmap.h \
/linux/usr/include/
A DMakefile32 no-header-test += linux/fsmap.h
/linux/include/trace/events/
A Dext4.h2508 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
2509 TP_ARGS(sb, fsmap),
2520 __entry->keydev = new_decode_dev(fsmap->fmr_device);
2521 __entry->block = fsmap->fmr_physical;
2522 __entry->len = fsmap->fmr_length;
2523 __entry->owner = fsmap->fmr_owner;
2524 __entry->flags = fsmap->fmr_flags;
2536 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
2537 TP_ARGS(sb, fsmap))
/linux/fs/
A Dbuilt-in.a142 ext4/fsmap.o/
/linux/
A DMAINTAINERS20893 F: include/uapi/linux/fsmap.h

Completed in 87 milliseconds