Lines Matching defs:afs_server
529 struct afs_server { struct
540 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
541 struct work_struct destroyer; /* Work item to try and destroy a server */
542 struct timer_list timer; /* Management timer */
543 time64_t unuse_time; /* Time at which last unused */
544 unsigned long flags;
558 refcount_t ref; /* Object refcount */
559 atomic_t active; /* Active user count */
560 u32 addr_version; /* Address list version */
561 u16 service_id; /* Service ID we're using. */
562 short create_error; /* Creation error */
586 struct afs_server_entry { argument
587 struct afs_server *server; argument