Home
last modified time | relevance | path

Searched refs:call_error (Results 1 – 7 of 7) sorted by relevance

/linux/fs/afs/
H A Dvlclient.c154 vc->call_error = call->error; in afs_vl_get_entry_by_name_u()
157 if (vc->call_error) { in afs_vl_get_entry_by_name_u()
159 return ERR_PTR(vc->call_error); in afs_vl_get_entry_by_name_u()
303 vc->call_error = call->error; in afs_vl_get_addrs_u()
307 if (vc->call_error) { in afs_vl_get_addrs_u()
309 return ERR_PTR(vc->call_error); in afs_vl_get_addrs_u()
666 vc->call_error = call->error; in afs_yfsvl_get_endpoints()
670 if (vc->call_error) { in afs_yfsvl_get_endpoints()
672 return ERR_PTR(vc->call_error); in afs_yfsvl_get_endpoints()
784 vc->call_error = call->error; in afs_yfsvl_get_cell_name()
[all …]
H A Dfs_operation.c284 op->call_error = 0; in afs_wait_for_operation()
292 op->call_error = -ENOTSUPP; in afs_wait_for_operation()
297 op->call_error = op->call->error; in afs_wait_for_operation()
H A Drotate.c160 int error = op->call_error, addr_index, i, j; in afs_select_fileserver()
180 trace_afs_rotate(op, afs_rotate_trace_iter, op->call_error); in afs_select_fileserver()
183 switch (op->call_error) { in afs_select_fileserver()
722 op->call_error, op->call_abort_code, op->call_responded); in afs_dump_edestaddrreq()
H A Dvl_rotate.c100 int error = vc->call_error, i; in afs_select_vlserver()
343 vc->call_error, vc->call_abort_code, vc->call_responded); in afs_vl_dump_edestaddrreq()
H A Dfile.c239 op->call_error = 0; in afs_issue_read_call()
294 op->call_error = call->error; in afs_read_receive()
H A Dvl_alias.c239 vc.call_error = -EOPNOTSUPP; in afs_vl_get_cell_name()
H A Dinternal.h801 short call_error; /* Error from single call */ member
931 short call_error; /* Error from single call */ member