afs_vl_cursor
extern struct afs_vldb_entry *afs_vl_get_entry_by_name_u(struct afs_vl_cursor *,
extern struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *, const uuid_t *);
extern struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *, const uuid_t *);
extern char *afs_yfsvl_get_cell_name(struct afs_vl_cursor *);
extern bool afs_begin_vlserver_operation(struct afs_vl_cursor *,
extern bool afs_select_vlserver(struct afs_vl_cursor *);
extern bool afs_select_current_vlserver(struct afs_vl_cursor *);
extern int afs_end_vlserver_operation(struct afs_vl_cursor *);
struct afs_vl_cursor vc;
struct afs_vl_cursor vc;
bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell,
static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc)
int afs_end_vlserver_operation(struct afs_vl_cursor *vc)
static bool afs_start_vl_iteration(struct afs_vl_cursor *vc)
bool afs_select_vlserver(struct afs_vl_cursor *vc)
struct afs_vldb_entry *afs_vl_get_entry_by_name_u(struct afs_vl_cursor *vc,
struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *vc,
struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc,
char *afs_yfsvl_get_cell_name(struct afs_vl_cursor *vc)
struct afs_vl_cursor vc;