Searched refs:ovl_entry (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | ovl_entry.h | 50 struct ovl_entry { struct 127 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() 132 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() 137 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() 142 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() 150 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() 173 struct ovl_entry *oe; 184 static inline struct ovl_entry *OVL_I_E(struct inode *inode) in OVL_I_E() 189 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
|
H A D | util.c | 115 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() 117 size_t size = offsetof(struct ovl_entry, __lowerstack[numlower]); in ovl_alloc_entry() 118 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() 126 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry() 150 struct ovl_entry *oe) in ovl_dentry_init_reval() 156 struct ovl_entry *oe, unsigned int mask) in ovl_dentry_init_flags() 182 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type() 215 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower() 228 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata() 279 struct ovl_entry *o in ovl_dentry_lower() [all...] |
H A D | export.c | 79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() 108 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer() 299 struct ovl_entry *oe; in ovl_obtain_alias() 354 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
|
H A D | overlayfs.h | 14 #include "ovl_entry.h" 421 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); 422 void ovl_free_entry(struct ovl_entry *oe); 426 struct ovl_entry *oe); 428 struct ovl_entry *oe, unsigned int mask); 743 struct ovl_entry *oe;
|
H A D | super.c | 107 struct ovl_entry *oe; in ovl_dentry_revalidate_common() 878 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() 1165 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack() 1173 struct ovl_entry *oe; in ovl_get_lowerstack() 1296 struct ovl_entry *oe) in ovl_get_root() 1337 struct ovl_entry *oe; in ovl_fill_super()
|
H A D | namei.c | 855 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next() 1003 struct ovl_entry *oe = NULL; in ovl_lookup() 1006 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup() 1007 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup() 1344 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | ovl_entry.h | 111 struct ovl_entry { struct 122 struct ovl_entry *ovl_alloc_entry(unsigned int numlower); 124 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() 126 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
|
H A D | util.c | 82 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() 84 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry() 85 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() 118 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_init_flags() 142 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() 175 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower() 187 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata() 216 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower() 223 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower() 236 struct ovl_entry *o in ovl_dentry_lowerdata() [all...] |
H A D | namei.c | 779 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next() 819 struct ovl_entry *oe; in ovl_lookup() 822 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup() 823 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 D | export.c | 79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() 287 struct ovl_entry *oe; in ovl_obtain_alias() 342 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at()
|
H A D | super.c | 56 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() 140 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common() 1443 struct ovl_entry *oe, struct path *upperpath) in ovl_get_indexdir() 1705 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack() 1712 struct ovl_entry *oe; in ovl_get_lowerstack() 1840 struct ovl_entry *oe) in ovl_get_root() 1880 struct ovl_entry *oe; in ovl_fill_super()
|
H A D | overlayfs.h | 10 #include "ovl_entry.h" 258 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
|
Completed in 18 milliseconds