Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dovl_entry.h98 struct ovl_inode { struct
114 static inline struct ovl_inode *OVL_I(struct inode *inode) in OVL_I() argument
116 return container_of(inode, struct ovl_inode, vfs_inode); in OVL_I()
119 static inline struct dentry *ovl_upperdentry_dereference(struct ovl_inode *oi) in ovl_upperdentry_dereference()
Dutil.c399 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_dentry_set_redirect()
525 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_copy_up_start()
756 struct ovl_inode *oi = OVL_I(d_inode(dentry)); in ovl_nlink_start()
Dsuper.c179 struct ovl_inode *oi = kmem_cache_alloc(ovl_inode_cachep, GFP_KERNEL); in ovl_alloc_inode()
205 struct ovl_inode *oi = OVL_I(inode); in ovl_destroy_inode()
1719 struct ovl_inode *oi = foo; in ovl_inode_init_once()
1729 sizeof(struct ovl_inode), 0, in ovl_init()