Home
last modified time | relevance | path

Searched refs:lv_chain (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c107 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc()
696 struct list_head *lv_chain) in xlog_cil_free_logvec() argument
700 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec()
701 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec()
733 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain, in xlog_cil_committed()
744 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed()
915 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain()
944 LIST_HEAD(lv_chain); in xlog_cil_write_commit_record()
945 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record()
956 error = xlog_write(log, ctx, &lv_chain, ctx->ticket, reg.i_len); in xlog_cil_write_commit_record()
[all …]
H A Dxfs_log_priv.h230 struct list_head lv_chain; /* logvecs being pushed */ member
516 struct list_head *lv_chain, struct xlog_ticket *tic,
H A Dxfs_trans_priv.h23 struct list_head *lv_chain,
H A Dxfs_log.c934 LIST_HEAD(lv_chain); in xlog_write_unmount_record()
935 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record()
944 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len); in xlog_write_unmount_record()
2479 struct list_head *lv_chain, in xlog_write() argument
2513 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
H A Dxfs_trans.c765 struct list_head *lv_chain, in xfs_trans_committed_bulk() argument
780 list_for_each_entry(lv, lv_chain, lv_list) { in xfs_trans_committed_bulk()