Lines Matching defs:afs_cell
351 struct afs_cell { struct
357 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
373 enum afs_cell_state state; argument
374 short error;
377 unsigned int dns_lookup_count; /* Counter of DNS lookups */
378 unsigned int debug_id;
381 struct rb_root volumes; /* Tree of volumes on this server */
382 struct hlist_head proc_volumes; /* procfs volume list */
383 seqlock_t volume_lock; /* For volumes */
386 struct rb_root fs_servers; /* afs_server (by server UUID) */
387 seqlock_t fs_lock; /* For fs_servers */
390 rwlock_t vl_servers_lock; /* Lock on vl_servers */
391 struct afs_vlserver_list __rcu *vl_servers;
393 u8 name_len; /* Length of name */
394 char *name; /* Cell name, case-flattened and NUL-padded */