Lines Matching refs:ovl_entry
141 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
143 size_t size = offsetof(struct ovl_entry, __lowerstack[numlower]); in ovl_alloc_entry()
144 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
152 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry()
176 struct ovl_entry *oe) in ovl_dentry_init_reval()
182 struct ovl_entry *oe, unsigned int mask) in ovl_dentry_init_flags()
208 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()
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()