Home
last modified time | relevance | path

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

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