Searched refs:m_rbmip (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_rtalloc.c | 873 ip = issum ? mp->m_rsumip : mp->m_rbmip; in xfs_rtbuf_get() 1934 if (mp->m_rtdev_targp || mp->m_rbmip == NULL || in xfs_growfs_rt() 1970 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_d.di_size); in xfs_growfs_rt() 2030 ASSERT(ip == mp->m_rbmip); in xfs_growfs_rt() 2034 mp->m_rbmip->i_d.di_size = in xfs_growfs_rt() 2036 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_growfs_rt() 2292 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init() 2331 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip, 0); in xfs_rtmount_inodes() 2334 ASSERT(mp->m_rbmip != NULL); in xfs_rtmount_inodes() 2338 VN_RELE(XFS_ITOV(mp->m_rbmip)); in xfs_rtmount_inodes() [all …]
|
| D | xfs_mount.h | 351 struct xfs_inode *m_rbmip; /* pointer to bitmap inode */ member
|
| D | xfs_vfsops.c | 754 if ((rbmip = mp->m_rbmip) != NULL) {
|
| D | xfsidbg.c | 6971 mp->m_rsumlevels, mp->m_rsumsize, mp->m_rbmip, mp->m_rsumip); in xfsidbg_xmount()
|