Searched defs:afs_cell (Results 1 – 1 of 1) sorted by relevance
194 struct afs_cell { struct195 atomic_t usage;196 struct list_head link; /* main cell list link */197 struct key *anonymous_key; /* anonymous user key for this cell */198 struct list_head proc_link; /* /proc cell list link */200 struct fscache_cookie *cache; /* caching cookie */204 rwlock_t servers_lock; /* active server list lock */205 struct list_head servers; /* active server list */208 struct rw_semaphore vl_sem; /* volume management serialisation semaphore */209 struct list_head vl_list; /* cell's active VL record list */[all …]