XFS_ILOCK_RTBITMAP 5266 fs/xfs/libxfs/xfs_bmap.c 		xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP);
XFS_ILOCK_RTBITMAP   31 fs/xfs/scrub/rtbitmap.c 	sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTBITMAP;
XFS_ILOCK_RTBITMAP  139 fs/xfs/scrub/rtbitmap.c 	xfs_ilock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP);
XFS_ILOCK_RTBITMAP  147 fs/xfs/scrub/rtbitmap.c 	xfs_iunlock(sc->mp->m_rbmip, XFS_ILOCK_SHARED | XFS_ILOCK_RTBITMAP);
XFS_ILOCK_RTBITMAP  118 fs/xfs/xfs_bmap_util.c 	xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP);
XFS_ILOCK_RTBITMAP  399 fs/xfs/xfs_inode.c 	ASSERT(!(lock_mode & (XFS_ILOCK_PARENT | XFS_ILOCK_RTBITMAP |