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