Lines Matching refs:lv_chain
108 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc()
688 struct list_head *lv_chain) in xlog_cil_free_logvec() argument
692 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec()
693 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec()
795 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain, in xlog_cil_committed()
806 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed()
973 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain()
1002 LIST_HEAD(lv_chain); in xlog_cil_write_commit_record()
1003 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record()
1014 error = xlog_write(log, ctx, &lv_chain, ctx->ticket, reg.i_len); in xlog_cil_write_commit_record()
1140 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain()
1300 list_sort(NULL, &ctx->lv_chain, xlog_cil_order_cmp); in xlog_cil_push_work()
1311 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()