Home
last modified time | relevance | path

Searched refs:ovl_lowerstack (Results 1 – 4 of 4) sorted by relevance

/linux/fs/overlayfs/
H A Dovl_entry.h133 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() function
140 return ovl_lowerstack(oe); in ovl_lowerpath()
145 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
H A Dutil.c155 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()
185 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_init_flags()
253 struct ovl_path *lowerpath = ovl_lowerstack(oe); in ovl_path_lower()
320 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL; in ovl_dentry_lower()
327 return ovl_numlower(oe) ? ovl_lowerstack(oe)->layer : NULL; in ovl_layer_lower()
H A Dsuper.c144 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()
218 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()
848 struct dentry *origin = ovl_lowerstack(oe)->dentry; in ovl_get_indexdir()
1224 lowerstack = ovl_lowerstack(oe); in ovl_get_lowerstack()
1314 struct ovl_path *lowerpath = ovl_lowerstack(oe); in ovl_get_root()
H A Dnamei.c907 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_path_next()
1155 struct ovl_path lower = ovl_lowerstack(poe)[i]; in ovl_lookup_layers()
1311 ovl_stack_cpy(ovl_lowerstack(ctx->oe), ctx->stack, ctx->ctr); in ovl_lookup_layers()
1446 struct ovl_path *parentpath = &ovl_lowerstack(poe)[i]; in ovl_lower_positive()