Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c107 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc()
800 list_for_each_entry(lv, &ctx->lv_chain, lv_list) { in xlog_cil_ail_insert()
873 struct list_head *lv_chain) in xlog_cil_free_logvec() argument
877 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec()
878 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec()
920 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed()
1091 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain()
1120 LIST_HEAD(lv_chain); in xlog_cil_write_commit_record()
1121 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record()
1132 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
511 struct list_head *lv_chain, struct xlog_ticket *tic,
H A Dxfs_log.c882 LIST_HEAD(lv_chain); in xlog_write_unmount_record()
883 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record()
892 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len); in xlog_write_unmount_record()
2239 struct list_head *lv_chain, in xlog_write() argument
2273 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()