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.h132 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() function
139 return ovl_lowerstack(oe); in ovl_lowerpath()
144 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
H A Dexport.c89 return ovl_lowerstack(oe)->layer->idx; in ovl_connectable_layer()
111 origin_layer = ovl_lowerstack(oe)->layer->idx; in ovl_connect_layer()
317 ovl_lowerstack(oe)->dentry = dget(lower); in ovl_obtain_alias()
318 ovl_lowerstack(oe)->layer = lowerpath->layer; in ovl_obtain_alias()
338 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_real_at()
H A Dutil.c160 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()
190 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_init_flags()
258 struct ovl_path *lowerpath = ovl_lowerstack(oe); in ovl_path_lower()
325 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL; in ovl_dentry_lower()
332 return ovl_numlower(oe) ? ovl_lowerstack(oe)->layer : NULL; in ovl_layer_lower()
H A Dsuper.c136 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()
200 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()
835 struct dentry *origin = ovl_lowerstack(oe)->dentry; in ovl_get_indexdir()
1173 lowerstack = ovl_lowerstack(oe); in ovl_get_lowerstack()
1263 struct ovl_path *lowerpath = ovl_lowerstack(oe); in ovl_get_root()