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