|
|
| version 1.4, 2003/08/26 21:42:17 | version 1.5, 2004/05/03 16:06:26 |
|---|---|
| Line 64 struct inode { | Line 64 struct inode { |
| ino_t i_number; /* the identity of the inode */ | ino_t i_number; /* the identity of the inode */ |
| struct fs *i_fs; /* filesystem associated with this inode */ | struct fs *i_fs; /* filesystem associated with this inode */ |
| struct dquot *i_dquot[MAXQUOTAS]; /* pointer to dquot structures */ | struct dquot *i_dquot[MAXQUOTAS]; /* pointer to dquot structures */ |
| struct lockf *i_lockf; /* head of byte-level lock list */ | struct lockf i_lockf; /* head of byte-level lock list */ |
| long i_diroff; /* offset in dir, where we found last entry */ | long i_diroff; /* offset in dir, where we found last entry */ |
| off_t i_endoff; /* end of useful stuff in directory */ | off_t i_endoff; /* end of useful stuff in directory */ |
| long i_spare0; | long i_spare0; |