Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Drxrpc.h699 TP_PROTO(int result, int abort_code),
701 TP_ARGS(result, abort_code),
705 __field(int, abort_code )
710 __entry->abort_code = abort_code;
713 TP_printk("r=%d a=%d", __entry->result, __entry->abort_code)
718 rxrpc_seq_t seq, int abort_code, int error),
720 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
728 __field(int, abort_code )
737 __entry->abort_code = abort_code;
745 __entry->abort_code, __entry->error, __entry->why)
[all …]
Dafs.h341 __field(u32, abort_code )
348 __entry->abort_code = call->abort_code;
354 __entry->abort_code,
/linux-4.19.296/fs/afs/
Drotate.c109 static void afs_busy(struct afs_volume *volume, u32 abort_code) in afs_busy() argument
113 switch (abort_code) { in afs_busy()
150 fc->ac.error, fc->ac.abort_code); in afs_select_fileserver()
173 switch (fc->ac.abort_code) { in afs_select_fileserver()
218 fc->ac.error = afs_abort_to_error(fc->ac.abort_code); in afs_select_fileserver()
223 afs_busy(vnode->volume, fc->ac.abort_code); in afs_select_fileserver()
247 afs_busy(vnode->volume, fc->ac.abort_code); in afs_select_fileserver()
302 fc->ac.error = afs_abort_to_error(fc->ac.abort_code); in afs_select_fileserver()
525 afs_abort_to_error(fc->ac.abort_code); in afs_end_vnode_operation()
Drxrpc.c438 &call->abort_code, &call->service_id); in afs_make_call()
439 ac->abort_code = call->abort_code; in afs_make_call()
457 u32 abort_code, remote_abort = 0; in afs_deliver_to_call() local
507 abort_code = RXGEN_OPCODE; in afs_deliver_to_call()
509 abort_code, ret, "KIV"); in afs_deliver_to_call()
519 abort_code = RXGEN_CC_UNMARSHAL; in afs_deliver_to_call()
521 abort_code = RXGEN_SS_UNMARSHAL; in afs_deliver_to_call()
523 abort_code, -EBADMSG, "KUM"); in afs_deliver_to_call()
536 abort_code = 0; in afs_deliver_to_call()
608 ac->abort_code = call->abort_code; in afs_wait_for_call_to_complete()
Dmisc.c21 int afs_abort_to_error(u32 abort_code) in afs_abort_to_error() argument
23 switch (abort_code) { in afs_abort_to_error()
Dxdr_fs.h37 __be32 abort_code; member
Dafs.h134 unsigned abort_code; /* Abort if bulk-fetching this failed */ member
Ddir.c677 fc.ac.abort_code = RX_INVALID_OPERATION; in afs_do_lookup()
691 if (fc.ac.abort_code == RX_INVALID_OPERATION) in afs_do_lookup()
698 if (fc.ac.abort_code != RX_INVALID_OPERATION) in afs_do_lookup()
727 cookie->statuses[i].abort_code = 0; in afs_do_lookup()
733 if (cookie->statuses[0].abort_code != 0) in afs_do_lookup()
734 inode = ERR_PTR(afs_abort_to_error(cookie->statuses[0].abort_code)); in afs_do_lookup()
739 if (cookie->statuses[i].abort_code != 0) in afs_do_lookup()
Dfsclient.c139 u32 type, abort_code; in xdr_decode_AFSFetchStatus() local
142 abort_code = ntohl(xdr->abort_code); in xdr_decode_AFSFetchStatus()
146 abort_code != 0 && in xdr_decode_AFSFetchStatus()
152 status->abort_code = abort_code; in xdr_decode_AFSFetchStatus()
160 if (abort_code != 0 && inline_error) { in xdr_decode_AFSFetchStatus()
161 status->abort_code = abort_code; in xdr_decode_AFSFetchStatus()
2266 if (call->count == 0 && vnode && statuses[0].abort_code == 0) in afs_deliver_fs_inline_bulk_status()
Dinternal.h108 u32 abort_code; /* Remote abort ID or 0 */ member
588 u32 abort_code; member
970 call->abort_code = remote_abort; in afs_set_call_complete()
Dserver.c262 ac.error = afs_abort_to_error(ac.abort_code); in afs_vl_lookup_addrs()
546 fc->ac.error = afs_abort_to_error(fc->ac.abort_code); in afs_do_probe_fileserver()
Dvolume.c110 ac.error = afs_abort_to_error(ac.abort_code); in afs_vl_lookup_vldb()