Searched defs:afs_server (Results 1 – 1 of 1) sorted by relevance
485 struct afs_server { struct495 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument496 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument501 struct afs_server *gc_next; /* Next server in manager's list */ argument502 time64_t unuse_time; /* Time at which last unused */503 unsigned long flags;514 atomic_t ref; /* Object refcount */515 atomic_t active; /* Active user count */516 u32 addr_version; /* Address list version */517 unsigned int rtt; /* Server's current RTT in uS */[all …]