Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c1042 struct xfs_log_vec *lvhdr, in xlog_cil_build_trans_hdr() argument
1077 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() local
1309 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()