Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
405 struct afs_vlserver { struct406 struct rcu_head rcu;407 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */408 unsigned long flags;413 rwlock_t lock; /* Lock on addresses */414 refcount_t ref;415 unsigned int rtt; /* Server's current RTT in uS */440 struct afs_vlserver_entry { argument445 struct afs_vlserver *server; argument