Lines Matching refs:call
29 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() argument
31 struct afs_addr_list *alist = call->alist; in afs_vlserver_probe_result()
32 struct afs_vlserver *server = call->vlserver; in afs_vlserver_probe_result()
33 unsigned int server_index = call->server_index; in afs_vlserver_probe_result()
35 unsigned int index = call->addr_ix; in afs_vlserver_probe_result()
37 int ret = call->error; in afs_vlserver_probe_result()
39 _enter("%s,%u,%u,%d,%d", server->name, server_index, index, ret, call->abort_code); in afs_vlserver_probe_result()
49 server->probe.abort_code = call->abort_code; in afs_vlserver_probe_result()
56 afs_io_error(call, afs_io_error_vl_probe_fail); in afs_vlserver_probe_result()
75 afs_io_error(call, afs_io_error_vl_probe_fail); in afs_vlserver_probe_result()
83 if (call->service_id == YFS_VL_SERVICE) { in afs_vlserver_probe_result()
86 alist->addrs[index].srx_service = call->service_id; in afs_vlserver_probe_result()
91 alist->addrs[index].srx_service = call->service_id; in afs_vlserver_probe_result()
95 rxrpc_kernel_get_srtt(call->net->socket, call->rxcall, &rtt_us); in afs_vlserver_probe_result()
132 struct afs_call *call; in afs_do_probe_vlserver() local
147 call = afs_vl_get_capabilities(net, &ac, key, server, in afs_do_probe_vlserver()
149 if (!IS_ERR(call)) { in afs_do_probe_vlserver()
150 afs_put_call(call); in afs_do_probe_vlserver()
153 afs_prioritise_error(_e, PTR_ERR(call), ac.abort_code); in afs_do_probe_vlserver()