Searched refs:m_rbmip (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/scrub/ |
D | rtbitmap.c | 32 sc->ip = sc->mp->m_rbmip; in xchk_setup_rt() 77 error = xfs_bmapi_read(mp->m_rbmip, off, in xchk_rtbitmap_check_extents() 102 if (sc->mp->m_rbmip->i_disk_size != in xchk_rtbitmap() 104 xchk_ino_set_corrupt(sc, sc->mp->m_rbmip->i_ino); in xchk_rtbitmap() 183 xfs_ilock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP); in xchk_xref_is_used_rt_space() 189 xchk_ino_xref_set_corrupt(sc, sc->mp->m_rbmip->i_ino); in xchk_xref_is_used_rt_space() 191 xfs_iunlock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP); in xchk_xref_is_used_rt_space()
|
/fs/xfs/ |
D | xfs_rtalloc.c | 937 if (!mp->m_rbmip || !mp->m_rsumip) in xfs_growfs_rt() 993 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_disk_size); in xfs_growfs_rt() 998 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt() 1056 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP); in xfs_growfs_rt() 1057 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_growfs_rt() 1063 mp->m_rbmip->i_disk_size = in xfs_growfs_rt() 1065 i_size_write(VFS_I(mp->m_rbmip), mp->m_rbmip->i_disk_size); in xfs_growfs_rt() 1066 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_growfs_rt() 1188 ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); in xfs_rtallocate_extent() 1265 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init() [all …]
|
D | xfs_mount.h | 93 struct xfs_inode *m_rbmip; /* pointer to bitmap inode */ member
|
D | xfs_inode.h | 203 return ip == mp->m_rbmip || ip == mp->m_rsumip || in xfs_is_metadata_inode()
|
D | xfs_fsmap.c | 527 xfs_ilock(mp->m_rbmip, XFS_ILOCK_SHARED); in xfs_getfsmap_rtdev_rtbitmap_query() 554 xfs_iunlock(mp->m_rbmip, XFS_ILOCK_SHARED); in xfs_getfsmap_rtdev_rtbitmap_query()
|
D | xfs_bmap_util.c | 135 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP); in xfs_bmap_rtalloc() 136 xfs_trans_ijoin(ap->tp, mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_bmap_rtalloc()
|
D | xfs_qm.c | 223 if (mp->m_rbmip) in xfs_qm_unmount_quotas() 224 xfs_qm_dqdetach(mp->m_rbmip); in xfs_qm_unmount_quotas()
|
/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 67 ip = issum ? mp->m_rsumip : mp->m_rbmip; in xfs_rtbuf_get() 976 ASSERT(mp->m_rbmip->i_itemp != NULL); in xfs_rtfree_extent() 977 ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); in xfs_rtfree_extent() 1000 if (!(mp->m_rbmip->i_diflags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent() 1001 mp->m_rbmip->i_diflags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent() 1002 *(uint64_t *)&VFS_I(mp->m_rbmip)->i_atime = 0; in xfs_rtfree_extent() 1003 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_rtfree_extent()
|
D | xfs_bmap.c | 5411 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP); in __xfs_bunmapi() 5412 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); in __xfs_bunmapi()
|