Searched refs:lvintp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 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() [all …]
|
H A D | pass1.c | 600 lviup = (struct lvid_iu *)&lvintp->lvid_fst[2]; in dolvint() 601 if ((lvintp->lvid_fst[0] != part_len - n_blks || in dolvint() 602 lvintp->lvid_int_type != LVI_CLOSE || in dolvint() 605 lvintp->lvid_uniqid < maxuniqid) && in dolvint() 607 lvintp->lvid_int_type = LVI_CLOSE; in dolvint() 608 lvintp->lvid_fst[0] = part_len - n_blks; in dolvint() 611 lvintp->lvid_uniqid = maxuniqid; in dolvint() 612 maketag(&lvintp->lvid_tag, &lvintp->lvid_tag); in dolvint() 613 bwrite(fswritefd, (char *)lvintp, fsbtodb(lvintblock), in dolvint()
|
H A D | main.c | 69 struct log_vol_int_desc *lvintp; variable 374 if (lvintp->lvid_int_type == LVI_CLOSE) { in check_sanity()
|
H A D | fsck.h | 101 extern struct log_vol_int_desc *lvintp;
|
H A D | utilities.c | 585 switch (lvintp->lvid_int_type) { in printclean()
|