Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
420 struct afs_vlserver { struct421 struct rcu_head rcu;422 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */423 unsigned long flags;428 rwlock_t lock; /* Lock on addresses */429 refcount_t ref;430 unsigned int rtt; /* Server's current RTT in uS */431 unsigned int debug_id;457 struct afs_vlserver_entry { argument462 struct afs_vlserver *server; argument