Symbol: metapath
fs/gfs2/bmap.c
1017
struct metapath *mp)
fs/gfs2/bmap.c
1102
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1428
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1439
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1623
static bool mp_eq_to_hgt(struct metapath *mp, __u16 *list, unsigned int h)
fs/gfs2/bmap.c
1642
static bool find_nonnull_ptr(struct gfs2_sbd *sdp, struct metapath *mp,
fs/gfs2/bmap.c
1678
metapointer_range(struct metapath *mp, int height,
fs/gfs2/bmap.c
1700
struct metapath *mp, int height,
fs/gfs2/bmap.c
1735
struct metapath mp = {};
fs/gfs2/bmap.c
234
struct metapath *mp, unsigned int height)
fs/gfs2/bmap.c
243
static inline unsigned int metapath_branch_start(const struct metapath *mp)
fs/gfs2/bmap.c
255
static inline __be64 *metaptr1(unsigned int height, const struct metapath *mp)
fs/gfs2/bmap.c
273
static inline __be64 *metapointer(unsigned int height, const struct metapath *mp)
fs/gfs2/bmap.c
279
static inline const __be64 *metaend(unsigned int height, const struct metapath *mp)
fs/gfs2/bmap.c
285
static void clone_metapath(struct metapath *clone, struct metapath *mp)
fs/gfs2/bmap.c
319
metapath_dibh(struct metapath *mp)
fs/gfs2/bmap.c
324
static int __fillup_metapath(struct gfs2_inode *ip, struct metapath *mp,
fs/gfs2/bmap.c
359
static int lookup_metapath(struct gfs2_inode *ip, struct metapath *mp)
fs/gfs2/bmap.c
375
static int fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, int h)
fs/gfs2/bmap.c
393
static sector_t metapath_to_block(struct gfs2_sbd *sdp, struct metapath *mp)
fs/gfs2/bmap.c
406
static void release_metapath(struct metapath *mp)
fs/gfs2/bmap.c
455
typedef enum walker_status (*gfs2_metadata_walker)(struct metapath *mp,
fs/gfs2/bmap.c
469
static int gfs2_walk_metadata(struct inode *inode, struct metapath *mp,
fs/gfs2/bmap.c
551
static enum walker_status gfs2_hole_walker(struct metapath *mp,
fs/gfs2/bmap.c
585
struct metapath *mp, struct iomap *iomap)
fs/gfs2/bmap.c
587
struct metapath clone;
fs/gfs2/bmap.c
608
static inline void gfs2_indirect_init(struct metapath *mp,
fs/gfs2/bmap.c
662
struct metapath *mp)
fs/gfs2/bmap.c
795
static u64 gfs2_alloc_size(struct inode *inode, struct metapath *mp, u64 size)
fs/gfs2/bmap.c
842
struct metapath *mp)
fs/overlayfs/namei.c
958
struct path datapath, metapath;
fs/overlayfs/namei.c
979
ovl_path_real(dentry, &metapath);
fs/overlayfs/namei.c
980
if (!metapath.dentry)
fs/overlayfs/namei.c
989
err = ovl_validate_verity(ofs, &metapath, &datapath);
fs/overlayfs/overlayfs.h
595
const struct path *metapath,
fs/overlayfs/util.c
1397
const struct path *metapath,
fs/overlayfs/util.c
1408
!S_ISREG(d_inode(metapath->dentry)->i_mode))
fs/overlayfs/util.c
1411
xattr_size = ovl_check_metacopy_xattr(ofs, metapath, &metacopy_data);
fs/overlayfs/util.c
1418
metapath->dentry);