Lines Matching defs:afs_cell
365 struct afs_cell { struct
371 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
386 enum afs_cell_state state; argument
387 short error;
388 enum dns_record_source dns_source:8; /* Latest source of data from lookup */
389 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */
390 unsigned int dns_lookup_count; /* Counter of DNS lookups */
391 unsigned int debug_id;
392 unsigned int dynroot_ino; /* Inode numbers for dynroot (a pair) */
395 struct rw_semaphore vs_lock; /* Lock for server->volumes */
396 struct rb_root volumes; /* Tree of volumes on this server */
397 struct hlist_head proc_volumes; /* procfs volume list */
398 seqlock_t volume_lock; /* For volumes */
401 struct rb_root fs_servers; /* afs_server (by server UUID) */
402 struct rw_semaphore fs_lock; /* For fs_servers */
405 rwlock_t vl_servers_lock; /* Lock on vl_servers */
406 struct afs_vlserver_list __rcu *vl_servers;
408 u8 name_len; /* Length of name */
409 char *name; /* Cell name, case-flattened and NUL-padded */