Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_inode.h249 struct inode i_vnode; /* embedded VFS inode */ member
255 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
261 return &ip->i_vnode; in VFS_I()
Dxfs_iops.c1120 struct inode *inode = &ip->i_vnode; in xfs_setup_inode()