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