Lines Matching refs:m_rbmip
912 if (mp->m_rtdev_targp == NULL || mp->m_rbmip == NULL || in xfs_growfs_rt()
950 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_d.di_size); in xfs_growfs_rt()
955 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt()
1010 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_growfs_rt()
1011 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_growfs_rt()
1015 mp->m_rbmip->i_d.di_size = in xfs_growfs_rt()
1017 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_growfs_rt()
1115 ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); in xfs_rtallocate_extent()
1199 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init()
1235 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip); in xfs_rtmount_inodes()
1238 ASSERT(mp->m_rbmip != NULL); in xfs_rtmount_inodes()
1242 IRELE(mp->m_rbmip); in xfs_rtmount_inodes()
1253 if (mp->m_rbmip) in xfs_rtunmount_inodes()
1254 IRELE(mp->m_rbmip); in xfs_rtunmount_inodes()
1279 ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); in xfs_rtpick_extent()
1281 seqp = (__uint64_t *)&mp->m_rbmip->i_d.di_atime; in xfs_rtpick_extent()
1282 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()
1283 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
1299 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_rtpick_extent()