lvhdr             656 fs/xfs/xfs_log_cil.c 	struct xfs_log_vec	lvhdr = { NULL };
lvhdr             802 fs/xfs/xfs_log_cil.c 	lvhdr.lv_niovecs = 1;
lvhdr             803 fs/xfs/xfs_log_cil.c 	lvhdr.lv_iovecp = &lhdr;
lvhdr             804 fs/xfs/xfs_log_cil.c 	lvhdr.lv_next = ctx->lv_chain;
lvhdr             806 fs/xfs/xfs_log_cil.c 	error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0);