#include <linux/sched.h>
#include <linux/slab.h>
#include "afs_fs.h"
#include "internal.h"
#include "protocol_yfs.h"
static void afs_finished_vl_probe(struct afs_vlserver *server)
{ … }
static void afs_done_one_vl_probe(struct afs_vlserver *server, bool wake_up)
{ … }
void afs_vlserver_probe_result(struct afs_call *call)
{ … }
static bool afs_do_probe_vlserver(struct afs_net *net,
struct afs_vlserver *server,
struct key *key,
unsigned int server_index,
struct afs_error *_e)
{ … }
int afs_send_vl_probes(struct afs_net *net, struct key *key,
struct afs_vlserver_list *vllist)
{ … }
int afs_wait_for_vl_probes(struct afs_vlserver_list *vllist,
unsigned long untried)
{ … }