Searched refs:afs_protocol_error (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | vlclient.c | 451 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_num); in afs_deliver_yfsvl_get_endpoints() 471 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_type); in afs_deliver_yfsvl_get_endpoints() 489 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 496 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 502 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_type); in afs_deliver_yfsvl_get_endpoints() 520 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() 547 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() 565 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 571 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 576 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() [all …]
|
H A D | cmservice.c | 256 return afs_protocol_error(call, afs_eproto_cb_fid_count); in afs_deliver_cb_callback() 301 return afs_protocol_error(call, afs_eproto_cb_count); in afs_deliver_cb_callback() 626 return afs_protocol_error(call, afs_eproto_cb_fid_count); in afs_deliver_yfs_cb_callback()
|
H A D | yfsclient.c | 220 afs_protocol_error(call, afs_eproto_bad_status); in xdr_decode_YFSFetchStatus() 1245 return afs_protocol_error(call, afs_eproto_volname_len); in yfs_deliver_fs_get_volume_status() 1274 return afs_protocol_error(call, afs_eproto_offline_msg_len); in yfs_deliver_fs_get_volume_status() 1304 return afs_protocol_error(call, afs_eproto_motd_len); in yfs_deliver_fs_get_volume_status() 1593 return afs_protocol_error(call, afs_eproto_ibulkst_count); in yfs_deliver_fs_inline_bulk_status() 1641 return afs_protocol_error(call, afs_eproto_ibulkst_cb_count); in yfs_deliver_fs_inline_bulk_status()
|
H A D | fsclient.c | 128 afs_protocol_error(call, afs_eproto_bad_status); in xdr_decode_AFSFetchStatus() 1331 return afs_protocol_error(call, afs_eproto_volname_len); in afs_deliver_fs_get_volume_status() 1360 return afs_protocol_error(call, afs_eproto_offline_msg_len); in afs_deliver_fs_get_volume_status() 1390 return afs_protocol_error(call, afs_eproto_motd_len); in afs_deliver_fs_get_volume_status() 1766 return afs_protocol_error(call, afs_eproto_ibulkst_count); in afs_deliver_fs_inline_bulk_status() 1814 return afs_protocol_error(call, afs_eproto_ibulkst_cb_count); in afs_deliver_fs_inline_bulk_status()
|
H A D | inode.c | 137 return afs_protocol_error(NULL, afs_eproto_file_type); in afs_inode_init_from_status() 186 afs_protocol_error(NULL, afs_eproto_bad_status); in afs_apply_status()
|
H A D | rxrpc.c | 944 noinline int afs_protocol_error(struct afs_call *call, in afs_protocol_error() function
|
H A D | internal.h | 1287 extern int afs_protocol_error(struct afs_call *, enum afs_eproto_cause);
|
/openbmc/linux/include/trace/events/ |
H A D | afs.h | 982 TRACE_EVENT(afs_protocol_error,
|