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

/linux-master/fs/zonefs/
H A Dzonefs.h88 struct inode i_vnode; member in struct:zonefs_inode_info
111 return container_of(inode, struct zonefs_inode_info, i_vnode);
H A Dsuper.c426 inode_init_once(&zi->i_vnode);
430 return &zi->i_vnode;
/linux-master/fs/xfs/
H A Dxfs_inode.h89 struct inode i_vnode; /* embedded VFS inode */ member in struct:xfs_inode
165 return container_of(inode, struct xfs_inode, i_vnode);
171 return &ip->i_vnode;
177 return &ip->i_vnode;
H A Dxfs_iops.c1265 struct inode *inode = &ip->i_vnode;
1321 struct inode *inode = &ip->i_vnode;
H A Dxfs_inode.c3918 switch (ip->i_vnode.i_mode & S_IFMT) {

Completed in 155 milliseconds