Searched refs:call_error (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/afs/
H A Dvlclient.c154 vc->call_error = call->error;
157 if (vc->call_error) {
159 return ERR_PTR(vc->call_error);
303 vc->call_error = call->error;
307 if (vc->call_error) {
309 return ERR_PTR(vc->call_error);
665 vc->call_error = call->error;
669 if (vc->call_error) {
671 return ERR_PTR(vc->call_error);
783 vc->call_error
[all...]
H A Dfs_operation.c185 op->call_error = 0;
193 op->call_error = -ENOTSUPP;
198 op->call_error = op->call->error;
H A Drotate.c160 int error = op->call_error, addr_index, i, j;
180 trace_afs_rotate(op, afs_rotate_trace_iter, op->call_error);
183 switch (op->call_error) {
713 op->call_error, op->call_abort_code, op->call_responded);
H A Dvl_rotate.c100 int error = vc->call_error, i;
343 vc->call_error, vc->call_abort_code, vc->call_responded);
H A Dvl_alias.c239 vc.call_error = -EOPNOTSUPP;
H A Dinternal.h811 short call_error; /* Error from single call */ member in struct:afs_vl_cursor
942 short call_error; /* Error from single call */ member in struct:afs_operation

Completed in 146 milliseconds