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