Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Drtbitmap.c106 sc->ilock_flags = XFS_ILOCK_EXCL | XFS_ILOCK_RTSUM; in xchk_rtsummary()
/Linux-v4.19/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-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c5177 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in __xfs_bunmapi()