Searched refs:afs_protocol_error (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/fs/afs/ |
D | vlclient.c | 461 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_num); in afs_deliver_yfsvl_get_endpoints() 481 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_type); in afs_deliver_yfsvl_get_endpoints() 499 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 508 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 516 return afs_protocol_error(call, afs_eproto_yvl_fsendpt_type); in afs_deliver_yfsvl_get_endpoints() 534 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() 561 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() 579 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 585 return afs_protocol_error( in afs_deliver_yfsvl_get_endpoints() 590 return afs_protocol_error(call, afs_eproto_yvl_vlendpt_type); in afs_deliver_yfsvl_get_endpoints() [all …]
|
D | cmservice.c | 257 return afs_protocol_error(call, afs_eproto_cb_fid_count); in afs_deliver_cb_callback() 302 return afs_protocol_error(call, afs_eproto_cb_count); in afs_deliver_cb_callback() 627 return afs_protocol_error(call, afs_eproto_cb_fid_count); in afs_deliver_yfs_cb_callback()
|
D | yfsclient.c | 220 afs_protocol_error(call, afs_eproto_bad_status); in xdr_decode_YFSFetchStatus() 1266 return afs_protocol_error(call, afs_eproto_volname_len); in yfs_deliver_fs_get_volume_status() 1295 return afs_protocol_error(call, afs_eproto_offline_msg_len); in yfs_deliver_fs_get_volume_status() 1325 return afs_protocol_error(call, afs_eproto_motd_len); in yfs_deliver_fs_get_volume_status() 1619 return afs_protocol_error(call, afs_eproto_ibulkst_count); in yfs_deliver_fs_inline_bulk_status() 1667 return afs_protocol_error(call, afs_eproto_ibulkst_cb_count); in yfs_deliver_fs_inline_bulk_status()
|
D | fsclient.c | 128 afs_protocol_error(call, afs_eproto_bad_status); in xdr_decode_AFSFetchStatus() 1354 return afs_protocol_error(call, afs_eproto_volname_len); in afs_deliver_fs_get_volume_status() 1383 return afs_protocol_error(call, afs_eproto_offline_msg_len); in afs_deliver_fs_get_volume_status() 1413 return afs_protocol_error(call, afs_eproto_motd_len); in afs_deliver_fs_get_volume_status() 1811 return afs_protocol_error(call, afs_eproto_ibulkst_count); in afs_deliver_fs_inline_bulk_status() 1859 return afs_protocol_error(call, afs_eproto_ibulkst_cb_count); in afs_deliver_fs_inline_bulk_status()
|
D | inode.c | 224 return afs_protocol_error(NULL, afs_eproto_file_type); in afs_inode_init_from_status() 275 afs_protocol_error(NULL, afs_eproto_bad_status); in afs_apply_status()
|
D | rxrpc.c | 941 noinline int afs_protocol_error(struct afs_call *call, in afs_protocol_error() function
|
D | internal.h | 1368 extern int afs_protocol_error(struct afs_call *, enum afs_eproto_cause);
|
/linux-6.14.4/include/trace/events/ |
D | afs.h | 1182 TRACE_EVENT(afs_protocol_error,
|