Home
last modified time | relevance | path

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

/Linux-v4.19/fs/overlayfs/
Dovl_entry.h73 struct ovl_entry { struct
84 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); argument
86 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
88 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
Dutil.c98 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
100 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
101 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
126 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type()
159 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower()
171 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata()
200 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
207 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower()
220 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata()
856 struct ovl_entry *oe = dentry->d_fsdata; in ovl_is_metacopy_dentry()
Dsuper.c59 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free()
74 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release()
121 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate()
144 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_weak_revalidate()
1128 static int ovl_get_indexdir(struct ovl_fs *ofs, struct ovl_entry *oe, in ovl_get_indexdir()
1286 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack()
1294 struct ovl_entry *oe; in ovl_get_lowerstack()
1375 struct ovl_entry *oe; in ovl_fill_super()
Dnamei.c762 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next()
802 struct ovl_entry *oe; in ovl_lookup()
805 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup()
806 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup()
1103 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lower_positive()
Dexport.c82 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
302 struct ovl_entry *oe; in ovl_obtain_alias()
352 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at()
Doverlayfs.h216 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);