Home
last modified time | relevance | path

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

/openbmc/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.c425 inode_init_once(&zi->i_vnode); in zonefs_alloc_inode()
429 return &zi->i_vnode; in zonefs_alloc_inode()
/openbmc/linux/fs/xfs/
H A Dxfs_inode.h89 struct inode i_vnode; /* embedded VFS inode */ member
165 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
171 return &ip->i_vnode; in VFS_I()
H A Dxfs_iops.c1267 struct inode *inode = &ip->i_vnode; in xfs_setup_inode()
1323 struct inode *inode = &ip->i_vnode; in xfs_setup_iops()