Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_cil.c639 struct xfs_log_iovec lhdr; in xlog_cil_push() local
781 lhdr.i_addr = &thdr; in xlog_cil_push()
782 lhdr.i_len = sizeof(xfs_trans_header_t); in xlog_cil_push()
783 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push()
784 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push()
787 lvhdr.lv_iovecp = &lhdr; in xlog_cil_push()