Lines Matching defs:afs_cell
376 struct afs_cell { struct
382 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
395 enum afs_cell_state state; argument
396 short error;
397 enum dns_record_source dns_source:8; /* Latest source of data from lookup */
398 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */
399 unsigned int dns_lookup_count; /* Counter of DNS lookups */
400 unsigned int debug_id;
403 struct rw_semaphore vs_lock; /* Lock for server->volumes */
404 struct rb_root volumes; /* Tree of volumes on this server */
405 struct hlist_head proc_volumes; /* procfs volume list */
406 seqlock_t volume_lock; /* For volumes */
409 struct rb_root fs_servers; /* afs_server (by server UUID) */
410 seqlock_t fs_lock; /* For fs_servers */
413 rwlock_t vl_servers_lock; /* Lock on vl_servers */
414 struct afs_vlserver_list __rcu *vl_servers;
416 u8 name_len; /* Length of name */
417 char *name; /* Cell name, case-flattened and NUL-padded */