Searched defs:afs_vl_cursor (Results 1 – 1 of 1) sorted by relevance
719 struct afs_vl_cursor { struct720 struct afs_addr_cursor ac;721 struct afs_cell *cell; /* The cell we're querying */722 struct afs_vlserver_list *server_list; /* Current server list (pins ref) */723 struct afs_vlserver *server; /* Server on which this resides */724 struct key *key; /* Key for the server */725 unsigned long untried; /* Bitmask of untried servers */726 short index; /* Current server */727 short error;728 unsigned short flags;[all …]