Searched defs:afs_vlserver (Results 1 – 1 of 1) sorted by relevance
403 struct afs_vlserver { struct404 struct rcu_head rcu;405 struct afs_addr_list __rcu *addresses; /* List of addresses for this VL server */406 unsigned long flags;411 rwlock_t lock; /* Lock on addresses */412 refcount_t ref;413 unsigned int rtt; /* Server's current RTT in uS */438 struct afs_vlserver_entry { argument443 struct afs_vlserver *server; argument