Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dovl_entry.h109 struct ovl_entry { struct
120 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); argument
122 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
124 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
Dutil.c86 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()
218 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
225 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower()
238 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata()
[all …]
Dnamei.c792 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next()
832 struct ovl_entry *oe; in ovl_lookup()
835 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup()
836 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup()
1155 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lower_positive()
Dsuper.c57 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free()
72 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release()
141 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common()
1543 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir()
1812 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack()
1819 struct ovl_entry *oe; in ovl_get_lowerstack()
1947 struct ovl_entry *oe) in ovl_get_root()
1987 struct ovl_entry *oe; in ovl_fill_super()
Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
289 struct ovl_entry *oe; in ovl_obtain_alias()
345 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at()
Doverlayfs.h361 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);