Lines Matching refs:ovl_entry
86 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
88 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
89 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
106 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_update_reval()
130 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type()
163 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower()
175 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata()
204 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
211 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower()
224 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata()
976 struct ovl_entry *oe = dentry->d_fsdata; in ovl_is_metacopy_dentry()