Searched refs:afs_io_error (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | cmservice.c | 323 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_callback() 421 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_init_call_back_state3() 456 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_probe() 534 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_probe_uuid() 594 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_tell_me_about_yourself() 668 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_yfs_cb_callback()
|
H A D | internal.h | 1651 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() function
|
H A D | rxrpc.c | 930 return afs_io_error(call, afs_io_error_extract); in afs_extract_data()
|
/openbmc/linux/include/trace/events/ |
H A D | afs.h | 439 enum afs_io_error { afs_io_errors } __mode(byte); enum 1002 TRACE_EVENT(afs_io_error, 1003 TP_PROTO(unsigned int call, int error, enum afs_io_error where), 1010 __field(enum afs_io_error, where )
|