Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c688 xfs_inode_t *rbmip; in xfs_unmount_flush() local
699 if ((rbmip = mp->m_rbmip) != NULL) { in xfs_unmount_flush()
700 xfs_ilock(rbmip, XFS_ILOCK_EXCL); in xfs_unmount_flush()
701 xfs_iflock(rbmip); in xfs_unmount_flush()
702 error = xfs_iflush(rbmip, XFS_IFLUSH_SYNC); in xfs_unmount_flush()
703 xfs_iunlock(rbmip, XFS_ILOCK_EXCL); in xfs_unmount_flush()
708 ASSERT(vn_count(XFS_ITOV(rbmip)) == 1); in xfs_unmount_flush()
742 if (rbmip) { in xfs_unmount_flush()
743 VN_RELE(XFS_ITOV(rbmip)); in xfs_unmount_flush()