Searched defs:afs_volume (Results 1 – 1 of 1) sorted by relevance
619 struct afs_volume { struct620 struct rcu_head rcu;621 afs_volid_t vid; /* The volume ID of this volume */623 refcount_t ref;631 unsigned long flags;639 struct fscache_volume *cache; /* Caching cookie */642 rwlock_t servers_lock; /* Lock for ->servers */657 rwlock_t cb_v_break_lock;658 struct rw_semaphore open_mmaps_lock;661 afs_voltype_t type; /* type of volume */[all …]
Completed in 55 milliseconds