Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_log_cil.c656 struct xfs_log_vec lvhdr = { NULL }; in xlog_cil_push_work() local
805 lvhdr.lv_niovecs = 1; in xlog_cil_push_work()
806 lvhdr.lv_iovecp = &lhdr; in xlog_cil_push_work()
807 lvhdr.lv_next = ctx->lv_chain; in xlog_cil_push_work()
809 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0, true); in xlog_cil_push_work()