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