Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c987 struct xfs_log_vec *lvhdr, in xlog_cil_build_trans_hdr() argument
1022 lvhdr->lv_niovecs = 2; in xlog_cil_build_trans_hdr()
1023 lvhdr->lv_iovecp = &hdr->lhdr[0]; in xlog_cil_build_trans_hdr()
1024 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()
1026 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
1133 struct xfs_log_vec lvhdr = {}; in xlog_cil_push_work() local
1254 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs); in xlog_cil_push_work()
1255 num_bytes += lvhdr.lv_bytes; in xlog_cil_push_work()
1256 list_add(&lvhdr.lv_list, &ctx->lv_chain); in xlog_cil_push_work()
1264 list_del(&lvhdr.lv_list); in xlog_cil_push_work()