Coda File System
(Illustration by Gaich Muramatsu)
News
About
Downloads
Mailing lists
Bugs
FAQ
Documentation
Development
Research
Wiki
and/or
Sort:
Score
Time
Title
Reverse Score
Reverse Time
Reverse Title
All Coda documents
All of www.coda.cs.cmu.edu
Manuals and documentation
Mailinglists only
Research Papers (www.cs.cmu.edu)
Next
Previous
Contents
3. Vnodes
3.1 Vnode data structures
VnodeDiskObject (cvnode.h): RVM structure holding the following information:
type, mode, owner, mtime
inodeNumber: for a large vnode a pointer to a directory inode in RVM for a small vnode a real disk inode number of a file.
version vector
vol_index
rec_smolink nextvn: next vnode with the same vnodeindex
rec_dlist *log: pointer to resolution log
Vnode (cvnode.h): VM structure holding
hashnext, lruNext, lruPrev, hashIndex
vnodeNumber
VolumePtr
VnodeDiskObject *
VnodeClassInfoArray: global VM variable with summary information.
Next
Previous
Contents