Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_log_cil.c272 lv->lv_next = NULL; in xlog_cil_alloc_shadow_bufs()
399 lv->lv_next = NULL; in xlog_cil_insert_format_items()
548 struct xfs_log_vec *next = lv->lv_next; in xlog_cil_free_logvec()
934 lvhdr->lv_next = ctx->lv_chain; in xlog_cil_build_trans_hdr()
974 lv->lv_next = item->li_lv; in xlog_cil_build_lv_chain()
Dxfs_log.h12 struct xfs_log_vec *lv_next; /* next lv in build list */ member
Dxfs_trans.c778 for (lv = log_vector; lv; lv = lv->lv_next ) { in xfs_trans_committed_bulk()
Dxfs_log.c2529 lv = lv->lv_next; in xlog_write()