Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dovl_entry.h159 struct ovl_inode { struct
175 static inline struct ovl_inode *OVL_I(struct inode *inode) in OVL_I() argument
177 return container_of(inode, struct ovl_inode, vfs_inode); in OVL_I()
190 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference()
H A Dinode.c894 struct ovl_inode *oi = OVL_I(inode); in ovl_inode_init()
H A Dutil.c586 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect()