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