Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/zonefs/
Dzonefs.h47 struct inode i_vnode; member
87 return container_of(inode, struct zonefs_inode_info, i_vnode); in ZONEFS_I()
Dsuper.c1151 inode_init_once(&zi->i_vnode); in zonefs_alloc_inode()
1156 return &zi->i_vnode; in zonefs_alloc_inode()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode.h61 struct inode i_vnode; /* embedded VFS inode */ member
72 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
78 return &ip->i_vnode; in VFS_I()
Dxfs_iops.c1327 struct inode *inode = &ip->i_vnode; in xfs_setup_inode()
1376 struct inode *inode = &ip->i_vnode; in xfs_setup_iops()