Home
last modified time | relevance | path

Searched refs:lvhdr (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_cil.c1153 struct xfs_log_vec *lvhdr, in xlog_cil_build_trans_hdr() argument
1188 lvhdr->lv_niovecs = 2; in xlog_cil_build_trans_hdr()
1189 lvhdr->lv_iovecp = &hdr->lhdr[0]; in xlog_cil_build_trans_hdr()
1190 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()
1192 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
1306 struct xfs_log_vec lvhdr = {}; in xlog_cil_push_work() local
1427 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs); in xlog_cil_push_work()
1428 num_bytes += lvhdr.lv_bytes; in xlog_cil_push_work()
1429 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()
1437 list_del(&lvhdr.lv_list); in xlog_cil_push_work()