Searched defs:afs_server (Results 1 – 1 of 1) sorted by relevance
534 struct afs_server { struct545 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument546 struct work_struct destroyer; /* Work item to try and destroy a server */547 struct timer_list timer; /* Management timer */548 struct mutex cm_token_lock; /* Lock governing creation of appdata */549 struct krb5_buffer cm_rxgk_appdata; /* Appdata to be included in RESPONSE packet */550 time64_t unuse_time; /* Time at which last unused */551 unsigned long flags;565 refcount_t ref; /* Object refcount */566 atomic_t active; /* Active user count */[all …]