Lines Matching defs:lvhdr
987 struct xfs_log_vec *lvhdr,
1022 lvhdr->lv_niovecs = 2;
1023 lvhdr->lv_iovecp = &hdr->lhdr[0];
1024 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len;
1026 tic->t_curr_res -= lvhdr->lv_bytes;
1133 struct xfs_log_vec lvhdr = {};
1251 * Add the lvhdr to the head of the lv chain we pass to xlog_write() so
1254 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs);
1255 num_bytes += lvhdr.lv_bytes;
1256 list_add(&lvhdr.lv_list, &ctx->lv_chain);
1259 * Take the lvhdr back off the lv_chain immediately after calling
1264 list_del(&lvhdr.lv_list);