Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.h367 #define XFS_ILOCK_RTSUM (XFS_ILOCK_RTSUM_VAL << XFS_ILOCK_SHIFT) macro
Dxfs_bmap_util.c135 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in xfs_bmap_rtalloc()
Dxfs_inode.c424 XFS_ILOCK_RTSUM))); in xfs_lock_inumorder()
/fs/xfs/libxfs/
Dxfs_bmap.c5524 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM); in __xfs_bunmapi()