XLOG_CIL_EMPTY
if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) {
ASSERT(!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags));
if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) ||
if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
set_bit(XLOG_CIL_EMPTY, &cil->xc_flags);
if (test_bit(XLOG_CIL_EMPTY, &log->l_cilp->xc_flags))
!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) {
ASSERT(test_bit(XLOG_CIL_EMPTY, &cil->xc_flags));
if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) &&
test_and_clear_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags))