Searched refs:lv_chain (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_cil.c | 107 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc() 699 struct list_head *lv_chain) in xlog_cil_free_logvec() 703 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec() 704 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 736 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain, in xlog_cil_committed() 747 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed() 918 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain() 947 LIST_HEAD(lv_chain); in xlog_cil_write_commit_record() 948 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record() 959 error = xlog_write(log, ctx, &lv_chain, ct in xlog_cil_write_commit_record() 698 xlog_cil_free_logvec( struct list_head *lv_chain) xlog_cil_free_logvec() argument [all...] |
H A D | xfs_log_priv.h | 230 struct list_head lv_chain; /* logvecs being pushed */ member 515 struct list_head *lv_chain, struct xlog_ticket *tic,
|
H A D | xfs_trans_priv.h | 23 struct list_head *lv_chain,
|
H A D | xfs_trans.c | 765 struct list_head *lv_chain, in xfs_trans_committed_bulk() 780 list_for_each_entry(lv, lv_chain, lv_list) { in xfs_trans_committed_bulk() 763 xfs_trans_committed_bulk( struct xfs_ail *ailp, struct list_head *lv_chain, xfs_lsn_t commit_lsn, bool aborted) xfs_trans_committed_bulk() argument
|
H A D | xfs_log.c | 934 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() 2478 struct list_head *lv_chain, in xlog_write() 2512 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write() 2475 xlog_write( struct xlog *log, struct xfs_cil_ctx *ctx, struct list_head *lv_chain, struct xlog_ticket *ticket, uint32_t len) xlog_write() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_cil.c | 594 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, ctx->lv_chain, in xlog_cil_committed() 605 xlog_cil_free_logvec(ctx->lv_chain); in xlog_cil_committed() 740 if (!ctx->lv_chain) in xlog_cil_push_work() 741 ctx->lv_chain = item->li_lv; in xlog_cil_push_work() 812 lvhdr.lv_next = ctx->lv_chain; in xlog_cil_push_work()
|
H A D | xfs_log_priv.h | 240 struct xfs_log_vec *lv_chain; /* logvecs being pushed */ member
|
Completed in 12 milliseconds