Searched refs:m_rbmip (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/xfs/scrub/ |
D | rtbitmap.c | 32 sc->ip = sc->mp->m_rbmip; in xchk_setup_rt() 78 error = xfs_bmapi_read(mp->m_rbmip, off, in xchk_rtbitmap_check_extents() 103 if (sc->mp->m_rbmip->i_disk_size != in xchk_rtbitmap() 105 xchk_ino_set_corrupt(sc, sc->mp->m_rbmip->i_ino); in xchk_rtbitmap() 184 xfs_ilock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP); in xchk_xref_is_used_rt_space() 190 xchk_ino_xref_set_corrupt(sc, sc->mp->m_rbmip->i_ino); in xchk_xref_is_used_rt_space() 192 xfs_iunlock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP); in xchk_xref_is_used_rt_space()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_rtalloc.c | 940 if (!mp->m_rbmip || !mp->m_rsumip) in xfs_growfs_rt() 996 rbmblocks = XFS_B_TO_FSB(mp, mp->m_rbmip->i_disk_size); in xfs_growfs_rt() 1001 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt() 1059 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP); in xfs_growfs_rt() 1060 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_growfs_rt() 1066 mp->m_rbmip->i_disk_size = in xfs_growfs_rt() 1068 i_size_write(VFS_I(mp->m_rbmip), mp->m_rbmip->i_disk_size); in xfs_growfs_rt() 1069 xfs_trans_log_inode(tp, mp->m_rbmip, XFS_ILOG_CORE); in xfs_growfs_rt() 1191 ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); in xfs_rtallocate_extent() 1268 mp->m_rbmip = mp->m_rsumip = NULL; in xfs_rtmount_init() [all …]
|
D | xfs_inode.h | 267 return ip == mp->m_rbmip || ip == mp->m_rsumip || in xfs_is_metadata_inode()
|
D | xfs_mount.h | 90 struct xfs_inode *m_rbmip; /* pointer to bitmap inode */ member
|
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_qm.c | 223 if (mp->m_rbmip) in xfs_qm_unmount_quotas() 224 xfs_qm_dqdetach(mp->m_rbmip); in xfs_qm_unmount_quotas()
|
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()
|
/linux-6.1.9/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 | 5331 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP); in __xfs_bunmapi() 5332 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); in __xfs_bunmapi()
|