Home
last modified time | relevance | path

Searched refs:OVL_E (Results 1 – 3 of 3) sorted by relevance

/linux/fs/overlayfs/
H A Dutil.c219 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
252 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
265 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
318 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
325 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower()
338 return ovl_lowerdata_dentry(OVL_E(dentry)); in ovl_dentry_lowerdata()
343 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata()
1313 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
H A Dnamei.c906 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next()
1094 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup_layers()
1095 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup_layers()
1386 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup()
1425 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()
H A Dovl_entry.h190 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function