Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c222 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
255 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
268 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
321 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
328 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower()
341 return ovl_lowerdata_dentry(OVL_E(dentry)); in ovl_dentry_lowerdata()
346 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata()
1316 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
H A 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()
337 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
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.h185 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function