Home
last modified time | relevance | path

Searched refs:ovl_entry (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/overlayfs/
Dsuper.c50 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()
[all …]
Doverlayfs.h12 struct ovl_entry;
144 struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper);
179 struct ovl_entry *oe);
Dinode.c88 struct ovl_entry *oe; in ovl_permission()
407 struct ovl_entry *oe) in ovl_new_inode()