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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vfsops.c694 xfs_inode_t *rbmip; local
705 if ((rbmip = mp->m_rbmip) != NULL) {
706 xfs_ilock(rbmip, XFS_ILOCK_EXCL);
707 xfs_iflock(rbmip);
708 error = xfs_iflush(rbmip, XFS_IFLUSH_SYNC);
709 xfs_iunlock(rbmip, XFS_ILOCK_EXCL);
714 ASSERT(vn_count(XFS_ITOV(rbmip)) == 1);
748 if (rbmip) {
749 VN_RELE(XFS_ITOV(rbmip));

Completed in 94 milliseconds