Searched refs:fsmap (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/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.4/fs/xfs/ |
| D | xfs_fsmap.h | 9 struct fsmap; 30 void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src); 31 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
|
| D | xfs_trace.h | 3270 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), 3271 TP_ARGS(mp, fsmap), 3283 __entry->keydev = new_decode_dev(fsmap->fmr_device); 3284 __entry->block = fsmap->fmr_physical; 3285 __entry->len = fsmap->fmr_length; 3286 __entry->owner = fsmap->fmr_owner; 3287 __entry->offset = fsmap->fmr_offset; 3288 __entry->flags = fsmap->fmr_flags; 3301 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \ 3302 TP_ARGS(mp, fsmap))
|
| D | xfs_fsmap.c | 31 struct fsmap *dest, in xfs_fsmap_from_internal() 49 struct fsmap *src) in xfs_fsmap_to_internal()
|
| D | xfs_ioctl.c | 1843 struct fsmap fm; in xfs_getfsmap_format() 1850 sizeof(struct fsmap))) in xfs_getfsmap_format()
|
| /Linux-v5.4/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 | 625 struct fsmap fm; in ext4_getfsmap_format() 632 sizeof(struct fsmap))) in ext4_getfsmap_format()
|
| /Linux-v5.4/usr/include/ |
| D | Makefile | 34 header-test- += linux/fsmap.h
|
| /Linux-v5.4/include/trace/events/ |
| D | ext4.h | 2629 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2630 TP_ARGS(sb, fsmap), 2641 __entry->keydev = new_decode_dev(fsmap->fmr_device); 2642 __entry->block = fsmap->fmr_physical; 2643 __entry->len = fsmap->fmr_length; 2644 __entry->owner = fsmap->fmr_owner; 2645 __entry->flags = fsmap->fmr_flags; 2657 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \ 2658 TP_ARGS(sb, fsmap))
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 17874 F: include/uapi/linux/fsmap.h
|