Searched refs:lv_list (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_log_cil.c | 347 INIT_LIST_HEAD(&lv->lv_list); in xlog_cil_alloc_shadow_bufs() 704 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 705 list_del_init(&lv->lv_list); in xlog_cil_free_logvec() 948 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record() 1043 struct xfs_log_vec *l1 = container_of(a, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1044 struct xfs_log_vec *l2 = container_of(b, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1085 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain() 1256 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work() 1264 list_del(&lvhdr.lv_list); in xlog_cil_push_work()
|
D | xfs_log.h | 12 struct list_head lv_list; /* CIL lv chain ptrs */ member
|
D | xfs_trans.c | 780 list_for_each_entry(lv, lv_chain, lv_list) { in xfs_trans_committed_bulk()
|
D | xfs_log.c | 935 list_add(&vec.lv_list, &lv_chain); in xlog_write_unmount_record() 2512 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
|