Searched refs:lv_chain (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 107 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc() 883 list_for_each_entry(lv, &ctx->lv_chain, lv_list) { in xlog_cil_ail_insert() 958 struct list_head *lv_chain) in xlog_cil_free_logvec() argument 962 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec() 963 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 1005 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed() 1175 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain() 1333 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain() 1500 list_sort(NULL, &ctx->lv_chain, xlog_cil_order_cmp); in xlog_cil_push_work() 1511 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()
|
| H A D | xfs_log.c | 813 LIST_HEAD (lv_chain); in xlog_write_one_vec() 818 list_add(&lv.lv_list, &lv_chain); in xlog_write_one_vec() 819 return xlog_write(log, ctx, &lv_chain, ticket, lv.lv_bytes); in xlog_write_one_vec() 2131 struct list_head *lv_chain, in xlog_write() argument 2164 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
|