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.h618 struct afs_server_list { struct
619 struct rcu_head rcu;
620 refcount_t usage;
621 bool attached; /* T if attached to servers */
622 enum afs_ro_replicating ro_replicating; /* RW->RO update (probably) in progress */
623 unsigned char nr_servers;
624 unsigned short vnovol_mask; /* Servers to be skipped due to VNOVOL */
625 unsigned int seq; /* Set to ->servers_seq when installed */
626 rwlock_t lock;
627 struct afs_server_entry servers[];