Home
last modified time | relevance | path

Searched refs:ovl_inode (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dovl_entry.h129 struct ovl_inode { struct
145 static inline struct ovl_inode *OVL_I(struct inode *inode) in OVL_I()
147 return container_of(inode, struct ovl_inode, vfs_inode); in OVL_I()
150 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference()
H A Dsuper.c182 struct ovl_inode *oi = kmem_cache_alloc(ovl_inode_cachep, GFP_KERNEL); in ovl_alloc_inode()
201 struct ovl_inode *oi = OVL_I(inode); in ovl_free_inode()
210 struct ovl_inode *oi = OVL_I(inode); in ovl_destroy_inode()
2072 struct ovl_inode *oi = foo; in ovl_inode_init_once()
2081 ovl_inode_cachep = kmem_cache_create("ovl_inode", in ovl_init()
2082 sizeof(struct ovl_inode), 0, in ovl_init()
H A Dutil.c384 /* Caller should hold ovl_inode->lock */
415 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect()
508 /* Caller should hold ovl_inode->lock */
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dovl_entry.h163 struct ovl_inode { struct
179 static inline struct ovl_inode *OVL_I(struct inode *inode) in OVL_I()
181 return container_of(inode, struct ovl_inode, vfs_inode); in OVL_I()
194 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference()
H A Dsuper.c150 struct ovl_inode *oi = alloc_inode_sb(sb, ovl_inode_cachep, GFP_KERNEL); in ovl_alloc_inode()
169 struct ovl_inode *oi = OVL_I(inode); in ovl_free_inode()
179 struct ovl_inode *oi = OVL_I(inode); in ovl_destroy_inode()
1526 struct ovl_inode *oi = foo; in ovl_inode_init_once()
1535 ovl_inode_cachep = kmem_cache_create("ovl_inode", in ovl_init()
1536 sizeof(struct ovl_inode), 0, in ovl_init()
H A Dinode.c1015 struct ovl_inode *oi = OVL_I(inode); in ovl_inode_init()
1204 * Allow non-NULL lower inode in ovl_inode even if lowerdentry is NULL. in ovl_verify_inode()
H A Dutil.c493 /* Caller should hold ovl_inode->lock */
517 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect()
609 /* Caller should hold ovl_inode->lock */

Completed in 13 milliseconds