Home
last modified time | relevance | path

Searched refs:abort_code (Results 1 – 18 of 18) sorted by relevance

/fs/afs/
Drxrpc.c405 &call->abort_code, &call->service_id); in afs_make_call()
406 ac->abort_code = call->abort_code; in afs_make_call()
474 u32 abort_code, remote_abort = 0; in afs_deliver_to_call() local
524 afs_log_error(call, call->abort_code); in afs_deliver_to_call()
527 abort_code = RXGEN_OPCODE; in afs_deliver_to_call()
529 abort_code, ret, "KIV"); in afs_deliver_to_call()
540 abort_code = RXGEN_CC_UNMARSHAL; in afs_deliver_to_call()
542 abort_code = RXGEN_SS_UNMARSHAL; in afs_deliver_to_call()
544 abort_code, ret, "KUM"); in afs_deliver_to_call()
547 abort_code = RX_CALL_DEAD; in afs_deliver_to_call()
[all …]
Drotate.c73 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy() argument
77 switch (abort_code) { in afs_busy()
121 error, op->ac.abort_code); in afs_select_fileserver()
147 switch (op->ac.abort_code) { in afs_select_fileserver()
192 op->error = afs_abort_to_error(op->ac.abort_code); in afs_select_fileserver()
197 afs_busy(op->volume, op->ac.abort_code); in afs_select_fileserver()
221 afs_busy(op->volume, op->ac.abort_code); in afs_select_fileserver()
276 op->error = afs_abort_to_error(op->ac.abort_code); in afs_select_fileserver()
456 s->probe.abort_code); in afs_select_fileserver()
515 op->ac.tried, op->ac.index, op->ac.abort_code, op->ac.error, in afs_dump_edestaddrreq()
Dmisc.c18 int afs_abort_to_error(u32 abort_code) in afs_abort_to_error() argument
20 switch (abort_code) { in afs_abort_to_error()
115 void afs_prioritise_error(struct afs_error *e, int error, u32 abort_code) in afs_prioritise_error() argument
167 error = afs_abort_to_error(abort_code); in afs_prioritise_error()
Dvl_rotate.c101 error, vc->ac.abort_code); in afs_select_vlserver()
127 switch (vc->ac.abort_code) { in afs_select_vlserver()
139 vc->error = afs_abort_to_error(vc->ac.abort_code); in afs_select_vlserver()
275 s->probe.abort_code); in afs_select_vlserver()
333 vc->ac.tried, vc->ac.index, vc->ac.abort_code, vc->ac.error, in afs_vl_dump_edestaddrreq()
355 vc->error = afs_abort_to_error(vc->ac.abort_code); in afs_end_vlserver_operation()
Dvl_probe.c57 _enter("%s,%u,%u,%d,%d", server->name, server_index, index, ret, call->abort_code); in afs_vlserver_probe_result()
67 server->probe.abort_code = call->abort_code; in afs_vlserver_probe_result()
173 afs_prioritise_error(_e, PTR_ERR(call), ac.abort_code); in afs_do_probe_vlserver()
Dfsclient.c62 u32 type, abort_code; in xdr_decode_AFSFetchStatus() local
64 abort_code = ntohl(xdr->abort_code); in xdr_decode_AFSFetchStatus()
68 abort_code != 0 && in xdr_decode_AFSFetchStatus()
74 status->abort_code = abort_code; in xdr_decode_AFSFetchStatus()
83 if (abort_code != 0 && inline_error) { in xdr_decode_AFSFetchStatus()
84 status->abort_code = abort_code; in xdr_decode_AFSFetchStatus()
1872 call->abort_code == RX_INVALID_OPERATION) { in afs_done_fs_inline_bulk_status()
Ddir.c729 u32 abort_code; in afs_do_lookup_success() local
738 abort_code = vp->scb.status.abort_code; in afs_do_lookup_success()
739 if (abort_code != 0) { in afs_do_lookup_success()
740 op->ac.abort_code = abort_code; in afs_do_lookup_success()
741 op->error = afs_abort_to_error(abort_code); in afs_do_lookup_success()
761 } else if (vp->scb.status.abort_code == 0) { in afs_do_lookup_success()
774 vp->scb.status.abort_code, in afs_do_lookup_success()
1302 switch (op->ac.abort_code) { in afs_check_for_remote_deletion()
Dxdr_fs.h33 __be32 abort_code; member
Dinternal.h130 u32 abort_code; /* Remote abort ID or 0 */ member
425 u32 abort_code; member
542 u32 abort_code; member
728 u32 abort_code; member
1359 call->abort_code = remote_abort; in afs_set_call_complete()
Dafs.h143 u32 abort_code; /* Abort if bulk-fetching this failed */ member
Dprotocol_yfs.h102 __be32 abort_code; member
Dfs_probe.c119 server->probe.abort_code = call->abort_code; in afs_fileserver_probe_result()
Dcmservice.c193 static void afs_abort_service_call(struct afs_call *call, u32 abort_code, int error, in afs_abort_service_call() argument
197 abort_code, error, why); in afs_abort_service_call()
Dyfsclient.c188 status->abort_code = ntohl(xdr->abort_code); in xdr_decode_YFSFetchStatus()
189 if (status->abort_code != 0) { in xdr_decode_YFSFetchStatus()
190 if (status->abort_code == VNOVNODE) in xdr_decode_YFSFetchStatus()
665 call->abort_code == RX_INVALID_OPERATION) { in yfs_done_fs_remove_file2()
Dfs_operation.c171 op->error = afs_abort_to_error(op->ac.abort_code); in afs_end_vnode_operation()
Dinode.c38 vnode->status.abort_code, in dump_vnode()
281 if (vp->scb.status.abort_code == VNOVNODE) { in afs_vnode_commit_status()
Dfile.c226 error = afs_abort_to_error(op->ac.abort_code); in afs_fetch_data_notify()
Dproc.c315 vlserver->probe.abort_code, in afs_proc_cell_vlservers_show()