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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c107 INIT_LIST_HEAD(&ctx->lv_chain);
699 struct list_head *lv_chain)
703 while (!list_empty(lv_chain)) {
704 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list);
736 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain,
747 xlog_cil_free_logvec(&ctx->lv_chain);
918 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len);
947 LIST_HEAD(lv_chain);
948 list_add(&vec.lv_list, &lv_chain);
959 error = xlog_write(log, ctx, &lv_chain, ct
698 xlog_cil_free_logvec( struct list_head *lv_chain) argument
[all...]
H A Dxfs_trans_priv.h23 struct list_head *lv_chain,
H A Dxfs_log_priv.h230 struct list_head lv_chain; /* logvecs being pushed */ member in struct:xfs_cil_ctx
516 struct list_head *lv_chain, struct xlog_ticket *tic,
H A Dxfs_trans.c770 struct list_head *lv_chain,
785 list_for_each_entry(lv, lv_chain, lv_list) {
768 xfs_trans_committed_bulk( struct xfs_ail *ailp, struct list_head *lv_chain, xfs_lsn_t commit_lsn, bool aborted) argument
H A Dxfs_log.c934 LIST_HEAD(lv_chain);
935 list_add(&vec.lv_list, &lv_chain);
944 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len);
2480 struct list_head *lv_chain,
2514 list_for_each_entry(lv, lv_chain, lv_list) {
2477 xlog_write( struct xlog *log, struct xfs_cil_ctx *ctx, struct list_head *lv_chain, struct xlog_ticket *ticket, uint32_t len) argument

Completed in 169 milliseconds