Lines Matching refs:lvintp
254 lvintp->lvid_int_type == LVI_CLOSE) { in setup()
348 lvintp = (struct log_vol_int_desc *)tp; in check_lvint()
494 lvintp = (struct log_vol_int_desc *)malloc(lvintlen); in readvolseq()
498 if (lvintp == NULL) { in readvolseq()
503 if (bread(fsreadfd, (char *)lvintp, in readvolseq()
507 err = verifytag(&lvintp->lvid_tag, lvintblock, &lvintp->lvid_tag, in readvolseq()
510 dump16((char *)lvintp, "\n"); in readvolseq()
514 tagerrs[err], lvintp->lvid_tag.tag_id); in readvolseq()
519 lviup = (struct lvid_iu *)&lvintp->lvid_fst[lvintp->lvid_npart*2]; in readvolseq()
521 (void) printf("free space %d total %d ", lvintp->lvid_fst[0], in readvolseq()
522 lvintp->lvid_fst[1]); in readvolseq()