Lines Matching defs:afs_server
537 struct afs_server { struct
546 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
547 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
551 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
552 struct afs_server *gc_next; /* Next server in manager's list */ argument
553 time64_t unuse_time; /* Time at which last unused */
554 unsigned long flags;
566 refcount_t ref; /* Object refcount */
567 atomic_t active; /* Active user count */
568 u32 addr_version; /* Address list version */
569 u16 service_id; /* Service ID we're using. */
593 struct afs_server_entry { argument
594 struct afs_server *server; argument