Searched refs:cil (Results 1 – 2 of 2) sorted by relevance
393 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items() local394 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()409 spin_lock(&cil->xc_cil_lock); in xlog_cil_insert_items()479 if (!list_is_last(&lip->li_cil, &cil->xc_cil)) in xlog_cil_insert_items()480 list_move_tail(&lip->li_cil, &cil->xc_cil); in xlog_cil_insert_items()483 spin_unlock(&cil->xc_cil_lock); in xlog_cil_insert_items()508 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_discard_endio_work()583 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()585 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, ctx->lv_chain, in xlog_cil_committed()598 spin_lock(&ctx->cil->xc_push_lock); in xlog_cil_committed()[all …]
237 struct xfs_cil *cil; member