Searched refs:fsmap (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A 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.15/fs/ext4/ |
| H A D | fsmap.h | 10 struct fsmap; 31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest, 34 struct fsmap *src);
|
| H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
| H A 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()
|
| H A D | ioctl.c | 870 struct fsmap fm; in ext4_getfsmap_format() 877 sizeof(struct fsmap))) in ext4_getfsmap_format()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_fsmap.c | 35 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() 1309 struct fsmap *recs; in xfs_ioc_getfsmap() 1330 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1334 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1349 struct fsmap __user *user_recs; in xfs_ioc_getfsmap() 1350 struct fsmap *last_rec; in xfs_ioc_getfsmap() [all …]
|
| H A D | xfs_fsmap.h | 9 struct fsmap;
|
| H A D | xfs_trace.h | 4255 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), 4256 TP_ARGS(mp, fsmap), 4268 __entry->keydev = new_decode_dev(fsmap->fmr_device); 4269 __entry->block = fsmap->fmr_physical; 4270 __entry->len = fsmap->fmr_length; 4271 __entry->owner = fsmap->fmr_owner; 4272 __entry->offset = fsmap->fmr_offset; 4273 __entry->flags = fsmap->fmr_flags; 4286 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \ 4287 TP_ARGS(mp, fsmap))
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 2558 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2559 TP_ARGS(sb, fsmap), 2570 __entry->keydev = new_decode_dev(fsmap->fmr_device); 2571 __entry->block = fsmap->fmr_physical; 2572 __entry->len = fsmap->fmr_length; 2573 __entry->owner = fsmap->fmr_owner; 2574 __entry->flags = fsmap->fmr_flags; 2586 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \ 2587 TP_ARGS(sb, fsmap))
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 26648 F: include/uapi/linux/fsmap.h
|