Searched refs:io_inode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.h34 struct inode *io_inode; /* file being written to */ member in struct:xfs_ioend
H A Dxfs_aops.c127 struct xfs_inode *ip = XFS_I(ioend->io_inode);
157 xfs_inode_t *ip = XFS_I(ioend->io_inode);
182 xfs_inode_t *ip = XFS_I(ioend->io_inode);
227 struct xfs_inode *ip = XFS_I(ioend->io_inode);
304 ioend->io_inode = inode;
307 atomic_inc(&XFS_I(ioend->io_inode)->i_iocount);
379 xfs_mark_inode_dirty(XFS_I(ioend->io_inode));
528 xfs_ioend_wake(XFS_I(ioend->io_inode));

Completed in 42 milliseconds