freebsd-dev/sys/geom/bde
Poul-Henning Kamp 3f12caa180 Now that the sectorsize and mediasize are properties of the provider,
don't take the detour over the I/O path to discover them using getattr(),
we can just pick them out directly.

Do note though, that for now they are only valid after the first open
of the underlying disk device due compatibility with the old disk_create()
API.  This will change in the future so they will always be valid.

Sponsored by:   DARPA & NAI Labs.
2002-10-20 20:28:24 +00:00
..
g_bde_crypt.c
g_bde_lock.c Constify input to the arc4 seed function. 2002-10-20 11:09:58 +00:00
g_bde_work.c Be consistent about functions being static. 2002-10-20 14:30:28 +00:00
g_bde.c Now that the sectorsize and mediasize are properties of the provider, 2002-10-20 20:28:24 +00:00
g_bde.h Constify input to the arc4 seed function. 2002-10-20 11:09:58 +00:00