Home
last modified time | relevance | path

Searched refs:ovl_inode (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/overlayfs/
Dovl_entry.h162 struct ovl_inode { struct
178 static inline struct ovl_inode *OVL_I(struct inode *inode) in OVL_I() argument
180 return container_of(inode, struct ovl_inode, vfs_inode); in OVL_I()
193 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference()
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()
1488 struct ovl_inode *oi = foo; in ovl_inode_init_once()
1498 sizeof(struct ovl_inode), 0, in ovl_init()
Dinode.c890 struct ovl_inode *oi = OVL_I(inode); in ovl_inode_init()
Dutil.c570 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect()