Searched refs:XLOG_CIL_EMPTY (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c74 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
192 set_bit(XLOG_CIL_EMPTY, &cil->xc_flags);
595 * commit into the CIL. Test the XLOG_CIL_EMPTY bit first so we don't
597 * XLOG_CIL_EMPTY bit as we are under the xc_ctx_lock here and that
598 * needs to be held exclusively to reset the XLOG_CIL_EMPTY bit.
600 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) &&
601 test_and_clear_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
1175 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) {
1390 ASSERT(!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags));
1494 if (test_bit(XLOG_CIL_EMPTY,
[all...]
H A Dxfs_log_priv.h291 #define XLOG_CIL_EMPTY 1 macro

Completed in 297 milliseconds