Home
last modified time | relevance | path

Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance

/fs/afs/
Dinternal.h303 struct afs_volume { struct
304 atomic_t usage;
305 struct afs_cell *cell; /* cell to which belongs (unrefd ptr) */
306 struct afs_vlocation *vlocation; /* volume location */
308 struct fscache_cookie *cache; /* caching cookie */
310 afs_volid_t vid; /* volume ID */
311 afs_voltype_t type; /* type of volume */
335 struct afs_volume *volume; /* volume on which vnode resides */ argument