Searched refs:cil (Results 1 – 2 of 2) sorted by relevance
74 ctx->cil = cil; in xlog_cil_ctx_switch()674 struct xfs_cil *cil = ctx->cil; in xlog_cil_set_ctx_write_state() local766 xlog_wait(&cil->xc_start_wait, &cil->xc_push_lock); in xlog_cil_order_write()857 struct xfs_cil *cil = ctx->cil; in xlog_cil_push_work() local1152 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()1153 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()1179 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock); in xlog_cil_push_background()1213 if (!cil) in xlog_cil_push_now()1234 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()1470 cil = kmem_zalloc(sizeof(*cil), KM_MAYFAIL); in xlog_cil_init()[all …]
239 struct xfs_cil *cil; member
Completed in 14 milliseconds