Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drgsuper.c72 flags = XFS_RTGLOCK_BITMAP | XFS_RTGLOCK_RMAP; in xchk_rgsuperblock()
H A Drtsummary.c88 error = xchk_rtgroup_lock(sc, &sc->sr, XFS_RTGLOCK_BITMAP); in xchk_setup_rtsummary()
H A Dcommon.h136 #define XCHK_RTGLOCK_ALL (XFS_RTGLOCK_BITMAP | \
H A Dreap.c1079 #define XREAP_RTGLOCK_ALL (XFS_RTGLOCK_BITMAP | \
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h297 #define XFS_RTGLOCK_BITMAP (1U << 0) macro
305 #define XFS_RTGLOCK_ALL_FLAGS (XFS_RTGLOCK_BITMAP | \
/linux/fs/xfs/
H A Dxfs_rtalloc.c995 xfs_rtgroup_lock(args.rtg, XFS_RTGLOCK_BITMAP | XFS_RTGLOCK_RMAP); in xfs_growfs_rt_bmblock()
997 XFS_RTGLOCK_BITMAP | XFS_RTGLOCK_RMAP); in xfs_growfs_rt_bmblock()
1974 xfs_rtgroup_lock(args.rtg, XFS_RTGLOCK_BITMAP); in xfs_rtallocate_rtg()
1977 XFS_RTGLOCK_BITMAP); in xfs_rtallocate_rtg()
2020 xfs_rtgroup_trans_join(tp, args.rtg, XFS_RTGLOCK_BITMAP); in xfs_rtallocate_rtg()
2038 xfs_rtgroup_unlock(args.rtg, XFS_RTGLOCK_BITMAP); in xfs_rtallocate_rtg()