Symbol: afs_vl_cursor
fs/afs/internal.h
1613
extern struct afs_vldb_entry *afs_vl_get_entry_by_name_u(struct afs_vl_cursor *,
fs/afs/internal.h
1615
extern struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *, const uuid_t *);
fs/afs/internal.h
1622
extern struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *, const uuid_t *);
fs/afs/internal.h
1623
extern char *afs_yfsvl_get_cell_name(struct afs_vl_cursor *);
fs/afs/internal.h
1640
extern bool afs_begin_vlserver_operation(struct afs_vl_cursor *,
fs/afs/internal.h
1642
extern bool afs_select_vlserver(struct afs_vl_cursor *);
fs/afs/internal.h
1643
extern bool afs_select_current_vlserver(struct afs_vl_cursor *);
fs/afs/internal.h
1644
extern int afs_end_vlserver_operation(struct afs_vl_cursor *);
fs/afs/server.c
155
struct afs_vl_cursor vc;
fs/afs/vl_alias.c
229
struct afs_vl_cursor vc;
fs/afs/vl_rotate.c
17
bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell,
fs/afs/vl_rotate.c
324
static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc)
fs/afs/vl_rotate.c
374
int afs_end_vlserver_operation(struct afs_vl_cursor *vc)
fs/afs/vl_rotate.c
42
static bool afs_start_vl_iteration(struct afs_vl_cursor *vc)
fs/afs/vl_rotate.c
93
bool afs_select_vlserver(struct afs_vl_cursor *vc)
fs/afs/vlclient.c
110
struct afs_vldb_entry *afs_vl_get_entry_by_name_u(struct afs_vl_cursor *vc,
fs/afs/vlclient.c
258
struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *vc,
fs/afs/vlclient.c
634
struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc,
fs/afs/vlclient.c
756
char *afs_yfsvl_get_cell_name(struct afs_vl_cursor *vc)
fs/afs/volume.c
160
struct afs_vl_cursor vc;