Searched defs:afs_server_list (Results 1 – 1 of 1) sorted by relevance
606 struct afs_server_list { struct607 struct rcu_head rcu;608 refcount_t usage;609 bool attached; /* T if attached to servers */610 enum afs_ro_replicating ro_replicating; /* RW->RO update (probably) in progress */611 unsigned char nr_servers;612 unsigned short vnovol_mask; /* Servers to be skipped due to VNOVOL */613 unsigned int seq; /* Set to ->servers_seq when installed */614 rwlock_t lock;615 struct afs_server_entry servers[];