Searched refs:lv_list (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_log_cil.c | 339 INIT_LIST_HEAD(&lv->lv_list); in xlog_cil_alloc_shadow_bufs() 785 list_for_each_entry(lv, &ctx->lv_chain, lv_list) { in xlog_cil_ail_insert() 865 lv = list_first_entry(lv_chain, struct xfs_log_vec, lv_list); in xlog_cil_free_logvec() 866 list_del_init(&lv->lv_list); in xlog_cil_free_logvec() 1107 list_add(&vec.lv_list, &lv_chain); in xlog_cil_write_commit_record() 1202 struct xfs_log_vec *l1 = container_of(a, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1203 struct xfs_log_vec *l2 = container_of(b, struct xfs_log_vec, lv_list); in xlog_cil_order_cmp() 1244 list_add_tail(&lv->lv_list, &ctx->lv_chain); in xlog_cil_build_lv_chain() 1422 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work() 1430 list_del(&lvhdr.lv_list); in xlog_cil_push_work() [all...] |
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() 2254 list_for_each_entry(lv, lv_chain, lv_list) { in xlog_write()
|