Home
last modified time | relevance | path

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

/linux/fs/afs/ !
H A Dinternal.h534 struct afs_server { struct
545 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
546 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 …]