Home
last modified time | relevance | path

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

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