Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
Dutil.c182 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
215 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
228 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
279 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
286 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower()
299 return ovl_lowerdata_dentry(OVL_E(dentry)); in ovl_dentry_lowerdata()
304 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata()
1191 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
108 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer()
354 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
Dovl_entry.h189 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function
Dnamei.c855 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next()
1006 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup()
1007 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup()
1344 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()