Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Drtbitmap.c99 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary()
/Linux-v5.4/fs/xfs/
Dxfs_inode.h377 #define XFS_ILOCK_RTSUM (XFS_ILOCK_RTSUM_VAL << XFS_ILOCK_SHIFT) macro
Dxfs_bmap_util.c120 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in xfs_bmap_rtalloc()
Dxfs_inode.c400 XFS_ILOCK_RTSUM))); in xfs_lock_inumorder()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.c5268 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in __xfs_bunmapi()