Symbol: metapath
fs/gfs2/bmap.c
1018
struct metapath *mp)
fs/gfs2/bmap.c
1103
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1442
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1453
struct metapath mp = { .mp_aheight = 1, };
fs/gfs2/bmap.c
1637
static bool mp_eq_to_hgt(struct metapath *mp, __u16 *list, unsigned int h)
fs/gfs2/bmap.c
1656
static bool find_nonnull_ptr(struct gfs2_sbd *sdp, struct metapath *mp,
fs/gfs2/bmap.c
1692
metapointer_range(struct metapath *mp, int height,
fs/gfs2/bmap.c
1714
struct metapath *mp, int height,
fs/gfs2/bmap.c
1749
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
320
metapath_dibh(struct metapath *mp)
fs/gfs2/bmap.c
325
static int __fillup_metapath(struct gfs2_inode *ip, struct metapath *mp,
fs/gfs2/bmap.c
360
static int lookup_metapath(struct gfs2_inode *ip, struct metapath *mp)
fs/gfs2/bmap.c
376
static int fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, int h)
fs/gfs2/bmap.c
394
static sector_t metapath_to_block(struct gfs2_sbd *sdp, struct metapath *mp)
fs/gfs2/bmap.c
407
static void release_metapath(struct metapath *mp)
fs/gfs2/bmap.c
456
typedef enum walker_status (*gfs2_metadata_walker)(struct metapath *mp,
fs/gfs2/bmap.c
470
static int gfs2_walk_metadata(struct inode *inode, struct metapath *mp,
fs/gfs2/bmap.c
552
static enum walker_status gfs2_hole_walker(struct metapath *mp,
fs/gfs2/bmap.c
586
struct metapath *mp, struct iomap *iomap)
fs/gfs2/bmap.c
588
struct metapath clone;
fs/gfs2/bmap.c
609
static inline void gfs2_indirect_init(struct metapath *mp,
fs/gfs2/bmap.c
663
struct metapath *mp)
fs/gfs2/bmap.c
796
static u64 gfs2_alloc_size(struct inode *inode, struct metapath *mp, u64 size)
fs/gfs2/bmap.c
843
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
586
const struct path *metapath,
fs/overlayfs/util.c
1372
const struct path *metapath,
fs/overlayfs/util.c
1383
!S_ISREG(d_inode(metapath->dentry)->i_mode))
fs/overlayfs/util.c
1386
xattr_size = ovl_check_metacopy_xattr(ofs, metapath, &metacopy_data);
fs/overlayfs/util.c
1393
metapath->dentry);