Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dutil.c208 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
241 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
254 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
305 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
312 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower()
325 return ovl_lowerdata_dentry(OVL_E(dentry)); in ovl_dentry_lowerdata()
330 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata()
1308 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
Dexport.c74 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
103 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer()
332 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
Dovl_entry.h188 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function
Dnamei.c874 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next()
1035 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup()
1036 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup()
1375 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()