Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
301 struct afs_volume { struct302 atomic_t usage;303 struct afs_cell *cell; /* cell to which belongs (unrefd ptr) */304 struct afs_vlocation *vlocation; /* volume location */306 struct cachefs_cookie *cache; /* caching cookie */308 afs_volid_t vid; /* volume ID */332 struct afs_volume *volume; /* volume on which vnode resides */ argument