Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h101 struct inode i_vnode; /* embedded VFS inode */ member
177 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
183 return &ip->i_vnode; in VFS_I()
189 return &ip->i_vnode; in VFS_IC()
H A Dxfs_iops.c1324 struct inode *inode = &ip->i_vnode; in xfs_setup_inode()
1391 struct inode *inode = &ip->i_vnode; in xfs_setup_iops()
/linux/fs/zonefs/
H A Dzonefs.h88 struct inode i_vnode; member
111 return container_of(inode, struct zonefs_inode_info, i_vnode); in ZONEFS_I()
H A Dsuper.c426 inode_init_once(&zi->i_vnode); in zonefs_alloc_inode()
430 return &zi->i_vnode; in zonefs_alloc_inode()
/linux/fs/xfs/scrub/
H A Dtempfile.c963 const struct inode *inode = &ip->i_vnode; in xrep_is_tempfile()