Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h96 struct inode i_vnode; /* embedded VFS inode */ member
172 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
178 return &ip->i_vnode; in VFS_I()
184 return &ip->i_vnode; in VFS_IC()
/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()