Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h103 struct ovl_entry { struct
114 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); argument
116 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
118 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
H A Dutil.c90 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
92 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
93 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
110 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_update_reval()
134 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type()
167 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower()
179 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata()
208 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower()
215 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower()
228 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata()
[all …]
H A Dnamei.c780 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next()
820 struct ovl_entry *oe; in ovl_lookup()
823 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup()
824 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup()
1135 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lower_positive()
H A Dsuper.c62 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free()
77 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release()
146 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common()
1462 struct ovl_entry *oe, struct path *upperpath) in ovl_get_indexdir()
1724 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack()
1731 struct ovl_entry *oe; in ovl_get_lowerstack()
1859 struct ovl_entry *oe) in ovl_get_root()
1899 struct ovl_entry *oe; in ovl_fill_super()
H A Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
287 struct ovl_entry *oe; in ovl_obtain_alias()
343 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at()
H A Doverlayfs.h261 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);