Searched refs:metapath (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | bmap.c | 38 struct metapath { struct 241 struct metapath *mp, unsigned int height) in find_metapath() 250 static inline unsigned int metapath_branch_start(const struct metapath *mp) in metapath_branch_start() 262 static inline __be64 *metaptr1(unsigned int height, const struct metapath *mp) in metaptr1() 280 static inline __be64 *metapointer(unsigned int height, const struct metapath *mp) in metapointer() 286 static inline const __be64 *metaend(unsigned int height, const struct metapath *mp) in metaend() 292 static void clone_metapath(struct metapath *clone, struct metapath *mp) in clone_metapath() 326 static int __fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, in __fillup_metapath() 361 static int lookup_metapath(struct gfs2_inode *ip, struct metapath *mp) in lookup_metapath() 377 static int fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, int h) in fillup_metapath() [all …]
|