Searched refs:xc_flags (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/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() 164 if (!test_and_clear_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags)) in xlog_cil_insert_pcp_aggregate() 192 set_bit(XLOG_CIL_EMPTY, &cil->xc_flags); in xlog_cil_ctx_switch() 193 set_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags); in xlog_cil_ctx_switch() 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() 639 if (!test_bit(XLOG_CIL_PCP_SPACE, &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, &cil->xc_flags) || in xlog_cil_push_now() [all...] |
H A D | xfs_log_priv.h | 271 unsigned long xc_flags; member 290 /* xc_flags bit values */
|
Completed in 4 milliseconds