Home
last modified time | relevance | path

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

/Linux-v5.4/fs/overlayfs/
Dovl_entry.h77 struct ovl_entry { struct
88 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); argument
90 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
92 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
Dutil.c94 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
96 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
97 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
122 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type()
155 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower()
167 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata()
196 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
203 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower()
216 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata()
861 struct ovl_entry *oe = dentry->d_fsdata; in ovl_is_metacopy_dentry()
Dsuper.c56 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free()
71 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release()
118 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate()
141 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_weak_revalidate()
1200 struct ovl_entry *oe, struct path *upperpath) in ovl_get_indexdir()
1403 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack()
1411 struct ovl_entry *oe; in ovl_get_lowerstack()
1563 struct ovl_entry *oe; in ovl_fill_super()
Dnamei.c768 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next()
808 struct ovl_entry *oe; in ovl_lookup()
811 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup()
812 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup()
1110 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lower_positive()
Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
298 struct ovl_entry *oe; in ovl_obtain_alias()
348 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at()
Doverlayfs.h213 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);