Lines Matching refs:ovl_entry

50 struct ovl_entry {  struct
66 static struct dentry *__ovl_dentry_lower(struct ovl_entry *oe) in __ovl_dentry_lower() argument
73 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type()
94 static struct dentry *ovl_upperdentry_dereference(struct ovl_entry *oe) in ovl_upperdentry_dereference()
102 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_upper()
122 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_upper()
129 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
136 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real()
146 struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper) in ovl_entry_real()
162 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dir_cache()
169 struct ovl_entry *oe = dentry->d_fsdata; in ovl_set_dir_cache()
176 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower()
201 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_is_opaque()
207 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_set_opaque()
213 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_update()
228 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_version_inc()
236 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_version_get()
267 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release()
284 static struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
286 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
287 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
320 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next()
338 struct ovl_entry *oe; in ovl_lookup()
339 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup()
827 struct ovl_entry *oe; in ovl_fill_super()