Searched defs:afs_cell (Results 1 – 1 of 1) sorted by relevance
391 struct afs_cell { struct397 struct afs_cell *alias_of; /* The cell this is an alias of */ argument410 enum afs_cell_state state; argument411 short error;412 enum dns_record_source dns_source:8; /* Latest source of data from lookup */413 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */414 unsigned int dns_lookup_count; /* Counter of DNS lookups */415 unsigned int debug_id;418 struct rw_semaphore vs_lock; /* Lock for server->volumes */419 struct rb_root volumes; /* Tree of volumes on this server */[all …]