Searched refs:lv_list (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log_cil.c | 341 INIT_LIST_HEAD(&lv->lv_list); in xlog_cil_alloc_shadow_bufs() 794 list_for_each_entry(lv, &ctx->lv_chain, lv_list) { in xlog_cil_ail_insert() 872 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 873 list_del_init(&lv->lv_list); in xlog_cil_free_logvec() 1114 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record() 1209 struct xfs_log_vec *l1 = container_of(a, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1210 struct xfs_log_vec *l2 = container_of(b, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1251 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain() 1429 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work() 1437 list_del(&lvhdr.lv_list); in xlog_cil_push_work()
|
| H A D | xfs_log.h | 12 struct list_head lv_list; /* CIL lv chain ptrs */ member
|
| H A D | xfs_log.c | 884 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record() 2274 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
|