Lines Matching defs:afs_server
487 struct afs_server { struct
499 struct afs_server *gc_next; /* Next server in manager's list */ argument
500 time64_t put_time; /* Time at which last put */
501 time64_t update_at; /* Time at which to next update the record */
502 unsigned long flags;
514 atomic_t usage;
515 u32 addr_version; /* Address list version */
516 u32 cm_epoch; /* Server RxRPC epoch */
517 unsigned int debug_id; /* Debugging ID for traces */
520 rwlock_t fs_lock; /* access lock */
523 struct hlist_head cb_volumes; /* List of volume interests on this server */
524 unsigned cb_s_break; /* Break-everything counter. */
525 rwlock_t cb_break_lock; /* Volume finding lock */
528 wait_queue_head_t probe_wq;
529 atomic_t probe_outstanding;
530 spinlock_t probe_lock;
531 struct {
567 struct afs_server *server; /* Server on which this interest resides */ argument