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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c987 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;
1140 struct xfs_log_vec lvhdr = {}; local
1258 * Add the lvhdr to the head of the lv chain we pass to xlog_write() so
1261 xlog_cil_build_trans_hdr(ctx, &thdr, &lvhdr, num_iovecs);
1262 num_bytes += lvhdr.lv_bytes;
1263 list_add(&lvhdr
984 xlog_cil_build_trans_hdr( struct xfs_cil_ctx *ctx, struct xlog_cil_trans_hdr *hdr, struct xfs_log_vec *lvhdr, int num_iovecs) argument
[all...]

Completed in 120 milliseconds