Home
last modified time | relevance | path

Searched refs:xc_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_log_cil.c74 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()
187 set_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags); in xlog_cil_ctx_switch()
594 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) && in xlog_cil_insert_items()
633 if (!test_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags)) { in xlog_cil_insert_items()
1341 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) { in xlog_cil_push_work()
1556 ASSERT(!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)); in xlog_cil_push_background()
1660 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) || in xlog_cil_push_now()
1679 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) in xlog_cil_empty()
1895 !test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) { in xlog_cil_force_seq()
[all …]
H A Dxfs_log_priv.h271 unsigned long xc_flags; member