Home
last modified time | relevance | path

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

/linux-6.14.4/fs/afs/
Dinternal.h790 struct afs_vl_cursor { struct
791 struct afs_cell *cell; /* The cell we're querying */
792 struct afs_vlserver_list *server_list; /* Current server list (pins ref) */
793 struct afs_vlserver *server; /* Server on which this resides */
794 struct afs_addr_list *alist; /* Current address list (pins ref) */
795 struct key *key; /* Key for the server */
796 unsigned long untried_servers; /* Bitmask of untried servers */
797 unsigned long addr_tried; /* Tried addresses */
798 struct afs_error cumul_error; /* Cumulative error */
799 unsigned int debug_id;
[all …]