Displaying 1 result from an estimated 1 matches for "ocfs_initialize_osb".
2004 Jun 17
0
OCFS2 final on-disk format changes are going in
...anged, we
will be coming up with a document soon about the ocfs->ocfs2 changes (it
can be found at http://oss.oracle.com/projects/ocfs2/documentation/) and
some new documentation on all of the on-disk structures and how they
are laid out now. Until then, please first take a look at super.c (in
ocfs_initialize_osb mostly) to see how the new bootstrapping differs
from before to get a good idea of what is going on. (Basically, all of
the "hard" offsets and sizes that we stored on the former superblock are
now "soft" and dynamically allocated by mkfs or tunefs). Nearly all of
our former li...