Home
last modified time | relevance | path

Searched refs:XFS_ILOCK_RTSUM (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/fs/xfs/scrub/
Drtbitmap.c144 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary()
/linux-5.19.10/fs/xfs/
Dxfs_inode.h373 #define XFS_ILOCK_RTSUM (XFS_ILOCK_RTSUM_VAL << XFS_ILOCK_SHIFT) macro
Dxfs_rtalloc.c1073 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM); in xfs_growfs_rt()
Dxfs_bmap_util.c137 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in xfs_bmap_rtalloc()
Dxfs_inode.c413 XFS_ILOCK_RTSUM))); in xfs_lock_inumorder()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_bmap.c5333 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in __xfs_bunmapi()