Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_cil.c108 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()
806 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed()
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()
[all …]
A Dxfs_log_priv.h228 struct list_head lv_chain; /* logvecs being pushed */ member
511 struct list_head *lv_chain, struct xlog_ticket *tic,
A Dxfs_trans_priv.h23 struct list_head *lv_chain,
A Dxfs_log.c968 LIST_HEAD(lv_chain); in xlog_write_unmount_record()
969 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record()
978 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len); in xlog_write_unmount_record()
2511 struct list_head *lv_chain, in xlog_write() argument
2545 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
A Dxfs_trans.c763 struct list_head *lv_chain, in xfs_trans_committed_bulk() argument
778 list_for_each_entry(lv, lv_chain, lv_list) { in xfs_trans_committed_bulk()

Completed in 15 milliseconds