Searched defs:afs_vl_cursor (Results 1 – 1 of 1) sorted by relevance
793 struct afs_vl_cursor { struct794 struct afs_cell *cell; /* The cell we're querying */795 struct afs_vlserver_list *server_list; /* Current server list (pins ref) */796 struct afs_vlserver *server; /* Server on which this resides */797 struct afs_addr_list *alist; /* Current address list (pins ref) */798 struct key *key; /* Key for the server */799 unsigned long untried_servers; /* Bitmask of untried servers */800 unsigned long addr_tried; /* Tried addresses */801 struct afs_error cumul_error; /* Cumulative error */802 unsigned int debug_id;[all …]