Searched refs:afs_io_error (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/afs/ | 
| D | cmservice.c | 364 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_cb_callback()461 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_cb_init_call_back_state3()
 496 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_cb_probe()
 573 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_cb_probe_uuid()
 633 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_cb_tell_me_about_yourself()
 707 		return afs_io_error(call, afs_io_error_cm_reply);  in afs_deliver_yfs_cb_callback()
 
 | 
| D | vl_probe.c | 57 		afs_io_error(call, afs_io_error_vl_probe_fail);  in afs_vlserver_probe_result()76 		afs_io_error(call, afs_io_error_vl_probe_fail);  in afs_vlserver_probe_result()
 
 | 
| D | fs_probe.c | 57 		afs_io_error(call, afs_io_error_fs_probe_fail);  in afs_fileserver_probe_result()76 		afs_io_error(call, afs_io_error_fs_probe_fail);  in afs_fileserver_probe_result()
 
 | 
| D | internal.h | 1422 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where)  in afs_io_error()  function
 | 
| D | rxrpc.c | 1002 			return afs_io_error(call, afs_io_error_extract);  in afs_extract_data()
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | afs.h | 158 enum afs_io_error {  enum1018 TRACE_EVENT(afs_io_error,
 1019 	    TP_PROTO(unsigned int call, int error, enum afs_io_error where),
 1026 		    __field(enum afs_io_error,	where		)
 
 |