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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vfsops.c741 xfs_inode_t *rbmip; local
754 if ((rbmip = mp->m_rbmip) != NULL) {
755 xfs_ilock(rbmip, XFS_ILOCK_EXCL);
756 xfs_iflock(rbmip);
757 error = xfs_iflush(rbmip, XFS_IFLUSH_SYNC);
758 xfs_iunlock(rbmip, XFS_ILOCK_EXCL);
763 ASSERT(vn_count(XFS_ITOV(rbmip)) == 1);
797 if (rbmip) {
798 VN_RELE(XFS_ITOV(rbmip));

Completed in 47 milliseconds