Searched refs:XLOG_CIL_EMPTY (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 74 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) in xlog_item_in_current_chkpt() 186 set_bit(XLOG_CIL_EMPTY, &cil->xc_flags); in xlog_cil_ctx_switch() 683 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) && in xlog_cil_insert_items() 684 test_and_clear_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) in xlog_cil_insert_items() 1423 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) { in xlog_cil_push_work() 1638 ASSERT(!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)); in xlog_cil_push_background() 1742 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) || in xlog_cil_push_now() 1761 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) in xlog_cil_empty() 1892 if (test_bit(XLOG_CIL_EMPTY, &log->l_cilp->xc_flags)) in xlog_cil_flush() 1977 !test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) { in xlog_cil_force_seq() [all …]
|
| H A D | xfs_log_priv.h | 306 #define XLOG_CIL_EMPTY 1 macro
|