Lines Matching defs:afs_vl_cursor
800 struct afs_vl_cursor { struct
801 struct afs_cell *cell; /* The cell we're querying */
802 struct afs_vlserver_list *server_list; /* Current server list (pins ref) */
803 struct afs_vlserver *server; /* Server on which this resides */
804 struct afs_addr_list *alist; /* Current address list (pins ref) */
805 struct key *key; /* Key for the server */
806 unsigned long untried_servers; /* Bitmask of untried servers */
807 unsigned long addr_tried; /* Tried addresses */
808 struct afs_error cumul_error; /* Cumulative error */
809 unsigned int debug_id;
810 s32 call_abort_code;
811 short call_error; /* Error from single call */
812 short server_index; /* Current server */
813 signed char addr_index; /* Current address */
814 unsigned short flags;
818 short nr_iterations; /* Number of server iterations */
819 bool call_responded; /* T if the current address responded */