Home
last modified time | relevance | path

Searched refs:OVL_E (Results 1 – 2 of 2) 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()
1291 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
H A Dovl_entry.h185 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function