Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log_cil.c438 struct xfs_log_vec lvhdr = { NULL }; in xlog_cil_push() local
584 lvhdr.lv_niovecs = 1; in xlog_cil_push()
585 lvhdr.lv_iovecp = &lhdr; in xlog_cil_push()
586 lvhdr.lv_next = ctx->lv_chain; in xlog_cil_push()
588 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push()