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