Lines Matching refs:lvintp
231 lvintp->lvid_int_type == LVI_CLOSE) { in setup()
325 lvintp = (struct log_vol_int_desc *)tp; in check_lvint()
469 lvintp = (struct log_vol_int_desc *)malloc(lvintlen); in readvolseq()
473 if (lvintp == NULL) { in readvolseq()
478 if (bread(fsreadfd, (char *)lvintp, in readvolseq()
482 err = verifytag(&lvintp->lvid_tag, lvintblock, &lvintp->lvid_tag, in readvolseq()
485 dump16((char *)lvintp, "\n"); in readvolseq()
489 tagerrs[err], lvintp->lvid_tag.tag_id); in readvolseq()
494 lviup = (struct lvid_iu *)&lvintp->lvid_fst[lvintp->lvid_npart*2]; in readvolseq()
496 (void) printf("free space %d total %d ", lvintp->lvid_fst[0], in readvolseq()
497 lvintp->lvid_fst[1]); in readvolseq()