Home
last modified time | relevance | path

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

/linux-6.15/fs/afs/
Dinternal.h529 struct afs_server { struct
540 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
541 struct work_struct destroyer; /* Work item to try and destroy a server */
542 struct timer_list timer; /* Management timer */
543 time64_t unuse_time; /* Time at which last unused */
544 unsigned long flags;
558 refcount_t ref; /* Object refcount */
559 atomic_t active; /* Active user count */
560 u32 addr_version; /* Address list version */
561 u16 service_id; /* Service ID we're using. */
[all …]