Searched refs:fsmap (Results 1 – 10 of 10) sorted by relevance
| /linux/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/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 | 875 struct fsmap fm; in ext4_getfsmap_format() 882 sizeof(struct fsmap))) in ext4_getfsmap_format()
|
| /linux/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() 1307 struct fsmap *recs; in xfs_ioc_getfsmap() 1328 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1329 recs = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap() 1332 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap() 1333 recs = kvzalloc_objs(struct fsmap, count); in xfs_ioc_getfsmap() [all …]
|
| H A D | xfs_fsmap.h | 9 struct fsmap;
|
| H A D | xfs_trace.h | 4338 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), 4339 TP_ARGS(mp, fsmap), 4351 __entry->keydev = new_decode_dev(fsmap->fmr_device); 4352 __entry->block = fsmap->fmr_physical; 4353 __entry->len = fsmap->fmr_length; 4354 __entry->owner = fsmap->fmr_owner; 4355 __entry->offset = fsmap->fmr_offset; 4356 __entry->flags = fsmap->fmr_flags; 4369 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \ 4370 TP_ARGS(mp, fsmap))
|
| /linux/include/trace/events/ |
| H A D | ext4.h | 2600 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2601 TP_ARGS(sb, fsmap), 2612 __entry->keydev = new_decode_dev(fsmap->fmr_device); 2613 __entry->block = fsmap->fmr_physical; 2614 __entry->len = fsmap->fmr_length; 2615 __entry->owner = fsmap->fmr_owner; 2616 __entry->flags = fsmap->fmr_flags; 2628 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \ 2629 TP_ARGS(sb, fsmap))
|
| /linux/ |
| H A D | MAINTAINERS | 28865 F: include/uapi/linux/fsmap.h
|