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