Searched defs:afs_vl_cursor (Results 1 – 1 of 1) sorted by relevance
740 struct afs_vl_cursor { struct741 struct afs_addr_cursor ac;742 struct afs_cell *cell; /* The cell we're querying */743 struct afs_vlserver_list *server_list; /* Current server list (pins ref) */744 struct afs_vlserver *server; /* Server on which this resides */745 struct key *key; /* Key for the server */746 unsigned long untried; /* Bitmask of untried servers */747 short index; /* Current server */748 short error;749 unsigned short flags;[all …]