Lines Matching defs:afs_server
493 struct afs_server { struct
503 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
504 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
510 struct afs_server *gc_next; /* Next server in manager's list */ argument
511 time64_t unuse_time; /* Time at which last unused */
512 unsigned long flags;
524 atomic_t ref; /* Object refcount */
525 atomic_t active; /* Active user count */
526 u32 addr_version; /* Address list version */
527 unsigned int rtt; /* Server's current RTT in uS */
528 unsigned int debug_id; /* Debugging ID for traces */
531 rwlock_t fs_lock; /* access lock */
556 struct afs_server *server; argument