Searched refs:lvhdr (Results 1 – 1 of 1) sorted by relevance
984 struct xfs_log_vec *lvhdr, in xlog_cil_build_trans_hdr() argument1019 lvhdr->lv_niovecs = 2; in xlog_cil_build_trans_hdr()1020 lvhdr->lv_iovecp = &hdr->lhdr[0]; in xlog_cil_build_trans_hdr()1021 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()1023 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()1130 struct xfs_log_vec lvhdr = {}; in xlog_cil_push_work() local1251 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs); in xlog_cil_push_work()1252 num_bytes += lvhdr.lv_bytes; in xlog_cil_push_work()1253 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()1261 list_del(&lvhdr.lv_list); in xlog_cil_push_work()