Home
last modified time | relevance | path

Searched refs:afs_io_error (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/afs/
Dcmservice.c364 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()
Dvl_probe.c57 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()
Dfs_probe.c57 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()
Dinternal.h1422 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() function
Drxrpc.c1002 return afs_io_error(call, afs_io_error_extract); in afs_extract_data()
/Linux-v5.4/include/trace/events/
Dafs.h158 enum afs_io_error { enum
1018 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 )