Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
304 struct afs_volume { struct305 atomic_t usage;306 struct afs_cell *cell; /* cell to which belongs (unrefd ptr) */307 struct afs_vlocation *vlocation; /* volume location */309 struct fscache_cookie *cache; /* caching cookie */311 afs_volid_t vid; /* volume ID */312 afs_voltype_t type; /* type of volume */336 struct afs_volume *volume; /* volume on which vnode resides */ argument