Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
612 struct afs_volume { struct613 struct rcu_head rcu;614 afs_volid_t vid; /* The volume ID of this volume */616 refcount_t ref;624 unsigned long flags;632 struct fscache_volume *cache; /* Caching cookie */635 rwlock_t servers_lock; /* Lock for ->servers */650 rwlock_t cb_v_break_lock;651 struct rw_semaphore open_mmaps_lock;654 afs_voltype_t type; /* type of volume */[all …]