Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
459 struct afs_volume { struct460 afs_volid_t vid; /* volume ID */461 atomic_t usage;462 time64_t update_at; /* Time at which to next update */463 struct afs_cell *cell; /* Cell to which belongs (pins ref) */464 struct list_head proc_link; /* Link in cell->vl_proc */465 unsigned long flags;473 struct fscache_cookie *cache; /* caching cookie */475 struct afs_server_list *servers; /* List of servers on which volume resides */476 rwlock_t servers_lock; /* Lock for ->servers */[all …]