Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
415 struct afs_vlserver { struct416 struct rcu_head rcu;417 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */418 unsigned long flags;423 rwlock_t lock; /* Lock on addresses */424 refcount_t ref;425 unsigned int rtt; /* Server's current RTT in uS */426 unsigned int debug_id;452 struct afs_vlserver_entry { argument457 struct afs_vlserver *server; argument