Searched defs:afs_server_list (Results 1 – 1 of 1) sorted by relevance
597 struct afs_server_list { struct598 struct rcu_head rcu;599 refcount_t usage;600 bool attached; /* T if attached to servers */601 enum afs_ro_replicating ro_replicating; /* RW->RO update (probably) in progress */602 unsigned char nr_servers;603 unsigned short vnovol_mask; /* Servers to be skipped due to VNOVOL */604 unsigned int seq; /* Set to ->servers_seq when installed */605 rwlock_t lock;606 struct afs_server_entry servers[];