Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dovl_entry.h128 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() function
135 return ovl_lowerstack(oe); in ovl_lowerpath()
140 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
H A Dutil.c158 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()
188 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_init_flags()
256 struct ovl_path *lowerpath = ovl_lowerstack(oe); in ovl_path_lower()
323 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL; in ovl_dentry_lower()
330 return ovl_numlower(oe) ? ovl_lowerstack(oe)->layer : NULL; in ovl_layer_lower()