Home
last modified time | relevance | path

Searched refs:lvintblock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c80 uint32_t lvintblock; variable
492 lvintblock = logvp->lvd_int_seq_ext.ext_loc; in readvolseq()
496 (void) printf("Logvolint at %x for %d bytes\n", lvintblock, in readvolseq()
504 fsbtodb(lvintblock), lvintlen) != 0) { in readvolseq()
507 err = verifytag(&lvintp->lvid_tag, lvintblock, &lvintp->lvid_tag, in readvolseq()
H A Dfsck.h178 extern uint32_t lvintblock;
H A Dpass1.c613 bwrite(fswritefd, (char *)lvintp, fsbtodb(lvintblock), in dolvint()