Searched refs:fsmap (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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-6.1.9/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 | 32 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() 850 struct fsmap *fsmap_recs) in xfs_getfsmap()
|
D | xfs_ioctl.c | 1513 struct fsmap *recs; in xfs_ioc_getfsmap() 1534 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1535 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1538 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1539 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap() 1553 struct fsmap __user *user_recs; in xfs_ioc_getfsmap() 1554 struct fsmap *last_rec; in xfs_ioc_getfsmap() 1594 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap() 1613 struct fsmap __user *user_rec; in xfs_ioc_getfsmap()
|
D | xfs_trace.h | 3501 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), 3502 TP_ARGS(mp, fsmap), 3514 __entry->keydev = new_decode_dev(fsmap->fmr_device); 3515 __entry->block = fsmap->fmr_physical; 3516 __entry->len = fsmap->fmr_length; 3517 __entry->owner = fsmap->fmr_owner; 3518 __entry->offset = fsmap->fmr_offset; 3519 __entry->flags = fsmap->fmr_flags; 3532 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \ 3533 TP_ARGS(mp, fsmap))
|
/linux-6.1.9/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 | 853 struct fsmap fm; in ext4_getfsmap_format() 860 sizeof(struct fsmap))) in ext4_getfsmap_format()
|
/linux-6.1.9/include/trace/events/ |
D | ext4.h | 2516 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2517 TP_ARGS(sb, fsmap), 2528 __entry->keydev = new_decode_dev(fsmap->fmr_device); 2529 __entry->block = fsmap->fmr_physical; 2530 __entry->len = fsmap->fmr_length; 2531 __entry->owner = fsmap->fmr_owner; 2532 __entry->flags = fsmap->fmr_flags; 2544 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \ 2545 TP_ARGS(sb, fsmap))
|
/linux-6.1.9/ |
D | MAINTAINERS | 22562 F: include/uapi/linux/fsmap.h
|