Searched defs:afs_server (Results 1 – 1 of 1) sorted by relevance
529 struct afs_server { struct540 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument541 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. */[all …]