Searched refs:i_vnode (Results 1 - 6 of 6) 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.c1282 struct inode *inode = &ip->i_vnode;
1338 struct inode *inode = &ip->i_vnode;
H A Dxfs_inode.c4174 switch (ip->i_vnode.i_mode & S_IFMT) {
/linux-master/fs/xfs/scrub/
H A Dtempfile.c845 const struct inode *inode = &ip->i_vnode;

Completed in 217 milliseconds