Home
last modified time | relevance | path

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

/linux-6.8/fs/afs/
Dinternal.h551 struct afs_server { struct
560 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
561 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
565 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
566 struct afs_server *gc_next; /* Next server in manager's list */ argument
567 time64_t unuse_time; /* Time at which last unused */
568 unsigned long flags;
580 refcount_t ref; /* Object refcount */
581 atomic_t active; /* Active user count */
582 u32 addr_version; /* Address list version */
[all …]