Home
last modified time | relevance | path

Searched refs:fsmap (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfsmap.h50 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()
/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.h9 struct fsmap;
30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
33 struct fsmap *out_recs);
H A Dxfs_fsmap.c32 struct fsmap *dest, in xfs_fsmap_from_internal()
50 struct fsmap *src) in xfs_fsmap_to_internal()
159 struct fsmap *fsmap_recs; /* mapping records */
241 struct fsmap *rec; in xfs_getfsmap_format()
886 struct fsmap *fsmap_recs) in xfs_getfsmap()
H A Dxfs_ioctl.c1519 struct fsmap *recs; in xfs_ioc_getfsmap()
1540 131072 / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1541 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
1544 PAGE_SIZE / sizeof(struct fsmap)); in xfs_ioc_getfsmap()
1545 recs = kvcalloc(count, sizeof(struct fsmap), GFP_KERNEL); in xfs_ioc_getfsmap()
1559 struct fsmap __user *user_recs; in xfs_ioc_getfsmap()
1560 struct fsmap *last_rec; in xfs_ioc_getfsmap()
1600 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap()
1619 struct fsmap __user *user_rec; in xfs_ioc_getfsmap()
H A Dxfs_trace.h3647 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap),
3648 TP_ARGS(mp, fsmap),
3660 __entry->keydev = new_decode_dev(fsmap->fmr_device);
3661 __entry->block = fsmap->fmr_physical;
3662 __entry->len = fsmap->fmr_length;
3663 __entry->owner = fsmap->fmr_owner;
3664 __entry->offset = fsmap->fmr_offset;
3665 __entry->flags = fsmap->fmr_flags;
3678 TP_PROTO(struct xfs_mount *mp, struct xfs_fsmap *fsmap), \
3679 TP_ARGS(mp, fsmap))
/openbmc/linux/fs/ext4/
H A Dfsmap.h10 struct fsmap;
31 void ext4_fsmap_from_internal(struct super_block *sb, struct fsmap *dest,
34 struct fsmap *src);
H A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
H A Dfsmap.c16 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 Dioctl.c861 struct fsmap fm; in ext4_getfsmap_format()
868 sizeof(struct fsmap))) in ext4_getfsmap_format()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch23 io/fsmap.c | 6 +++---
164 diff --git a/io/fsmap.c b/io/fsmap.c
166 --- a/io/fsmap.c
167 +++ b/io/fsmap.c
170 struct fsmap *p;
678 struct fsmap keys[2];
688 memset(keys, 0, sizeof(struct fsmap) * 2);
704 struct fsmap *l, *h;
705 struct fsmap *p;
/openbmc/linux/include/trace/events/
H A Dext4.h2558 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))
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt3487 -rw-r--r-- root root 4393 ./usr/include/linux/fsmap.h
H A Dbuildhistory_filelist1.txt3486 -rw-r--r-- root root 4393 ./usr/include/linux/fsmap.h