Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drtbitmap.c106 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary()
/linux-4.19.296/fs/xfs/
Dxfs_inode.h364 #define XFS_ILOCK_RTSUM (XFS_ILOCK_RTSUM_VAL << XFS_ILOCK_SHIFT) macro
Dxfs_bmap_util.c125 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in xfs_bmap_rtalloc()
Dxfs_inode.c406 XFS_ILOCK_RTSUM))); in xfs_lock_inumorder()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c5212 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in __xfs_bunmapi()