Searched defs:afs_cell (Results 1 – 1 of 1) sorted by relevance
190 struct afs_cell { struct191 atomic_t usage;192 struct list_head link; /* main cell list link */193 struct key *anonymous_key; /* anonymous user key for this cell */194 struct list_head proc_link; /* /proc cell list link */195 struct proc_dir_entry *proc_dir; /* /proc dir for this cell */197 struct cachefs_cookie *cache; /* caching cookie */201 rwlock_t servers_lock; /* active server list lock */202 struct list_head servers; /* active server list */205 struct rw_semaphore vl_sem; /* volume management serialisation semaphore */[all …]