Searched refs:lv_chain (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/ |
| A D | xfs_log_cil.c | 107 INIT_LIST_HEAD(&ctx->lv_chain); in xlog_cil_ctx_alloc() 785 list_for_each_entry(lv, &ctx->lv_chain, lv_list) { in xlog_cil_ail_insert() 860 struct list_head *lv_chain) in xlog_cil_free_logvec() argument 864 while (!list_empty(lv_chain)) { in xlog_cil_free_logvec() 865 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 907 xlog_cil_free_logvec(&ctx->lv_chain); in xlog_cil_committed() 1106 LIST_HEAD(lv_chain); in xlog_cil_write_commit_record() 1107 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record() 1244 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain() 1411 list_sort(NULL, &ctx->lv_chain, xlog_cil_order_cmp); in xlog_cil_push_work() [all …]
|
| A D | xfs_log_priv.h | 230 struct list_head lv_chain; /* logvecs being pushed */ member 512 struct list_head *lv_chain, struct xlog_ticket *tic,
|
| A D | xfs_log.c | 883 LIST_HEAD(lv_chain); in xlog_write_unmount_record() 884 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record() 893 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len); in xlog_write_unmount_record() 2220 struct list_head *lv_chain, in xlog_write() argument 2254 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
|
Completed in 14 milliseconds