Searched refs:fsmap (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/include/uapi/linux/ |
D | fsmap.h | 50 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-v5.10/fs/xfs/ |
D | xfs_fsmap.h | 9 struct fsmap; 30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src); 33 struct fsmap *out_recs);
|
D | xfs_fsmap.c | 31 struct fsmap *dest, in xfs_fsmap_from_internal() 49 struct fsmap *src) in xfs_fsmap_to_internal() 158 struct fsmap *fsmap_recs; /* mapping records */ 232 struct fsmap *rec; in xfs_getfsmap_format() 829 struct fsmap *fsmap_recs) in xfs_getfsmap()
|
D | xfs_ioctl.c | 1726 struct fsmap *recs; in xfs_ioc_getfsmap() 1747 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1748 recs = kvzalloc(count * sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1751 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1752 recs = kvzalloc(count * sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1766 struct fsmap __user *user_recs; in xfs_ioc_getfsmap() 1767 struct fsmap *last_rec; in xfs_ioc_getfsmap() 1807 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap() 1826 struct fsmap __user *user_rec; in xfs_ioc_getfsmap()
|
D | xfs_trace.h | 3341 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), 3342 TP_ARGS(mp, fsmap), 3354 __entry->keydev = new_decode_dev(fsmap->fmr_device); 3355 __entry->block = fsmap->fmr_physical; 3356 __entry->len = fsmap->fmr_length; 3357 __entry->owner = fsmap->fmr_owner; 3358 __entry->offset = fsmap->fmr_offset; 3359 __entry->flags = fsmap->fmr_flags; 3372 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \ 3373 TP_ARGS(mp, fsmap))
|
/Linux-v5.10/fs/ext4/ |
D | fsmap.h | 10 struct fsmap; 31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest, 34 struct fsmap *src);
|
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
D | fsmap.c | 16 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()
|
D | ioctl.c | 658 struct fsmap fm; in ext4_getfsmap_format() 665 sizeof(struct fsmap))) in ext4_getfsmap_format()
|
/Linux-v5.10/usr/include/ |
D | Makefile | 32 no-header-test += linux/fsmap.h
|
/Linux-v5.10/include/trace/events/ |
D | ext4.h | 2684 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2685 TP_ARGS(sb, fsmap), 2696 __entry->keydev = new_decode_dev(fsmap->fmr_device); 2697 __entry->block = fsmap->fmr_physical; 2698 __entry->len = fsmap->fmr_length; 2699 __entry->owner = fsmap->fmr_owner; 2700 __entry->flags = fsmap->fmr_flags; 2712 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \ 2713 TP_ARGS(sb, fsmap))
|
/Linux-v5.10/ |
D | MAINTAINERS | 19260 F: include/uapi/linux/fsmap.h
|