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