Home
last modified time | relevance | path

Searched defs:afs_cell (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/afs/
Dinternal.h193 struct afs_cell { struct
194 atomic_t usage;
195 struct list_head link; /* main cell list link */
196 struct key *anonymous_key; /* anonymous user key for this cell */
197 struct list_head proc_link; /* /proc cell list link */
198 struct proc_dir_entry *proc_dir; /* /proc dir for this cell */
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 */
[all …]