Home
last modified time | relevance | path

Searched defs:afs_server (Results 1 – 1 of 1) sorted by relevance

/linux/fs/afs/
H A Dinternal.h536 struct afs_server { struct
547 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
548 struct work_struct destroyer; /* Work item to try and destroy a server */
549 struct timer_list timer; /* Management timer */
550 struct mutex cm_token_lock; /* Lock governing creation of appdata */
551 struct krb5_buffer cm_rxgk_appdata; /* Appdata to be included in RESPONSE packet */
552 time64_t unuse_time; /* Time at which last unused */
553 unsigned long flags;
568 refcount_t ref; /* Object refcount */
569 atomic_t active; /* Active user count */
[all …]