Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
597 struct afs_volume { struct598 afs_volid_t vid; /* volume ID */599 atomic_t usage;600 time64_t update_at; /* Time at which to next update */601 struct afs_cell *cell; /* Cell to which belongs (pins ref) */602 struct list_head proc_link; /* Link in cell->vl_proc */603 unsigned long flags;611 struct fscache_cookie *cache; /* caching cookie */613 struct afs_server_list *servers; /* List of servers on which volume resides */614 rwlock_t servers_lock; /* Lock for ->servers */[all …]