Home
last modified time | relevance | path

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

/linux-6.14.4/fs/afs/
Dinternal.h604 struct afs_server_list { struct
605 struct rcu_head rcu;
606 refcount_t usage;
607 bool attached; /* T if attached to servers */
608 enum afs_ro_replicating ro_replicating; /* RW->RO update (probably) in progress */
609 unsigned char nr_servers;
610 unsigned short vnovol_mask; /* Servers to be skipped due to VNOVOL */
611 unsigned int seq; /* Set to ->servers_seq when installed */
612 rwlock_t lock;
613 struct afs_server_entry servers[];