Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log_cil.c385 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, ctx->lv_chain, in xlog_cil_committed()
404 xlog_cil_free_logvec(ctx->lv_chain); in xlog_cil_committed()
520 if (!ctx->lv_chain) in xlog_cil_push()
521 ctx->lv_chain = item->li_lv; in xlog_cil_push()
592 lvhdr.lv_next = ctx->lv_chain; in xlog_cil_push()
Dxfs_log_priv.h257 struct xfs_log_vec *lv_chain; /* logvecs being pushed */ member