Document the dscheck(9) function and explain how it affects the slice-
authorHiten Pandya <hmp@dragonflybsd.org>
Tue, 6 Sep 2005 01:21:26 +0000 (01:21 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Tue, 6 Sep 2005 01:21:26 +0000 (01:21 +0000)
commit6f76c57efe95c20f420280cc12e52517f2ded05c
tree620a34c050403e224f56f213807d2738eb580841
parentfcc20555fa6bd0857b46dde9f89c9152ab04abca
Document the dscheck(9) function and explain how it affects the slice-
and driver-relative block numbers, bio->bio_blkno and bio->bio_pblkno
respectively.

The latter is modified by the said function after doing various checks
on available information, such as disklabels, etc, while the former is
provided by the VFS.

Explain how said function re-transforms the block number fields when
LABEL support is enabled in the VN driver via vnconfig(8).
sys/dev/disk/vn/vn.c
sys/kern/subr_disk.c