|
OpenAFS
OpenAFS distributed network file system
|
Data Fields | |
| char | fid [BUFFER_FID_SIZE] |
| afs_int32 | page |
| page number | |
| afs_int32 | accesstime |
| struct buffer * | hashNext |
| next dude in hash table | |
| void * | data |
| char | lockers |
| usage ref count | |
| char | dirty |
| is buffer modified | |
| char | hashIndex |
| back ptr to hash table | |
| struct Lock | lock |
| struct ubik_dbase * | dbase |
| dbase within which the buffer resides | |
| afs_int32 | file |
| Unique cache key. | |
| struct buffer * | lru_next |
| struct buffer * | lru_prev |
| char * | data |
| ptr to the data | |