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