Searched refs:XFS_AIL_PUSHING_BIT (Results 1 – 2 of 2) sorted by relevance
497 clear_bit(XFS_AIL_PUSHING_BIT, &ailp->xa_flags); in xfs_ail_worker()500 test_and_set_bit(XFS_AIL_PUSHING_BIT, &ailp->xa_flags)) in xfs_ail_worker()562 if (!test_and_set_bit(XFS_AIL_PUSHING_BIT, &ailp->xa_flags)) in xfs_ail_push()
76 #define XFS_AIL_PUSHING_BIT 0 macro