Searched refs:afs_io_error (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/afs/ |
D | cmservice.c | 324 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_callback() 422 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_init_call_back_state3() 457 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_probe() 535 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_probe_uuid() 595 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_cb_tell_me_about_yourself() 669 return afs_io_error(call, afs_io_error_cm_reply); in afs_deliver_yfs_cb_callback()
|
D | internal.h | 1703 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() function
|
D | rxrpc.c | 934 return afs_io_error(call, afs_io_error_extract); in afs_extract_data()
|
/linux-6.12.1/include/trace/events/ |
D | afs.h | 498 enum afs_io_error { afs_io_errors } __mode(byte); enum 1034 TRACE_EVENT(afs_io_error, 1035 TP_PROTO(unsigned int call, int error, enum afs_io_error where), 1042 __field(enum afs_io_error, where)
|