Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds