Searched refs:OVL_E (Results 1 – 4 of 4) sorted by relevance
222 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()
74 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()
906 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()
185 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function