Searched refs:lvhdr (Results 1 – 1 of 1) sorted by relevance
1042 struct xfs_log_vec *lvhdr, in xlog_cil_build_trans_hdr() argument1077 lvhdr->lv_niovecs = 2; in xlog_cil_build_trans_hdr()1078 lvhdr->lv_iovecp = &hdr->lhdr[0]; in xlog_cil_build_trans_hdr()1079 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()1081 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()1188 struct xfs_log_vec lvhdr = {}; in xlog_cil_push_work() local1309 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs); in xlog_cil_push_work()1310 num_bytes += lvhdr.lv_bytes; in xlog_cil_push_work()1311 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()1319 list_del(&lvhdr.lv_list); in xlog_cil_push_work()
Completed in 9 milliseconds