Searched defs:afs_server_list (Results 1 – 1 of 1) sorted by relevance
619 struct afs_server_list { struct620 struct rcu_head rcu;621 refcount_t usage;622 bool attached; /* T if attached to servers */623 enum afs_ro_replicating ro_replicating; /* RW->RO update (probably) in progress */624 unsigned char nr_servers;625 unsigned short vnovol_mask; /* Servers to be skipped due to VNOVOL */626 unsigned int seq; /* Set to ->servers_seq when installed */627 rwlock_t lock;628 struct afs_server_entry servers[];