Lines Matching defs:afs_server
488 struct afs_server { struct
498 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
499 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
505 struct afs_server *gc_next; /* Next server in manager's list */ argument
506 time64_t unuse_time; /* Time at which last unused */
507 unsigned long flags;
519 refcount_t ref; /* Object refcount */
520 atomic_t active; /* Active user count */
521 u32 addr_version; /* Address list version */
522 unsigned int rtt; /* Server's current RTT in uS */
523 unsigned int debug_id; /* Debugging ID for traces */
526 rwlock_t fs_lock; /* access lock */
551 struct afs_server *server; argument