Searched defs:afs_cell (Results 1 – 1 of 1) sorted by relevance
356 struct afs_cell { struct362 struct afs_cell *alias_of; /* The cell this is an alias of */ argument378 enum afs_cell_state state; argument379 short error;383 unsigned int debug_id;388 seqlock_t volume_lock; /* For volumes */392 seqlock_t fs_lock; /* For fs_servers */393 struct rw_semaphore fs_open_mmaps_lock;398 rwlock_t vl_servers_lock; /* Lock on vl_servers */399 struct afs_vlserver_list __rcu *vl_servers;[all …]
Completed in 22 milliseconds