Searched refs:cil (Results 1 – 2 of 2) sorted by relevance
390 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items() local391 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()406 spin_lock(&cil->xc_cil_lock); in xlog_cil_insert_items()476 if (!list_is_last(&lip->li_cil, &cil->xc_cil)) in xlog_cil_insert_items()477 list_move_tail(&lip->li_cil, &cil->xc_cil); in xlog_cil_insert_items()480 spin_unlock(&cil->xc_cil_lock); in xlog_cil_insert_items()505 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_discard_endio_work()578 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()579 bool abort = XLOG_FORCED_SHUTDOWN(ctx->cil->xc_log); in xlog_cil_committed()589 spin_lock(&ctx->cil->xc_push_lock); in xlog_cil_committed()[all …]
232 struct xfs_cil *cil; member