Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c595 struct lvid_iu *lviup; in dolvint() local
600 lviup = (struct lvid_iu *)&lvintp->lvid_fst[2]; in dolvint()
603 lviup->lvidiu_nfiles != n_files || in dolvint()
604 lviup->lvidiu_ndirs != n_dirs || in dolvint()
609 lviup->lvidiu_nfiles = n_files; in dolvint()
610 lviup->lvidiu_ndirs = n_dirs; in dolvint()
H A Dsetup.c97 struct lvid_iu *lviup; variable
519 lviup = (struct lvid_iu *)&lvintp->lvid_fst[lvintp->lvid_npart*2]; in readvolseq()
523 (void) printf(gettext("nfiles %d ndirs %d\n"), lviup->lvidiu_nfiles, in readvolseq()
524 lviup->lvidiu_ndirs); in readvolseq()
H A Dfsck.h102 extern struct lvid_iu *lviup;
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c620 struct lvid_iu *lviup; in volseqinit() local
1093 lviup = (struct lvid_iu *)&lvip->lvid_fst[2]; in volseqinit()
1094 bcopy(&sunmicro, &lviup->lvidiu_regid, sizeof (regid_t)); in volseqinit()
1095 lviup->lvidiu_nfiles = 0; in volseqinit()
1096 lviup->lvidiu_ndirs = 1; in volseqinit()
1097 lviup->lvidiu_mread = 0x102; in volseqinit()
1098 lviup->lvidiu_mwrite = 0x102; in volseqinit()
1099 lviup->lvidiu_maxwr = 0x150; in volseqinit()