Home
last modified time | relevance | path

Searched refs:smb2_get_err_map_test (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2maperror.c116 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status);
118 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status) in smb2_get_err_map_test() function
122 EXPORT_SYMBOL_FOR_SMB_TEST(smb2_get_err_map_test);
H A Dsmb2maperror_test.c14 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status);
23 result = smb2_get_err_map_test(expect->smb2_status); in test_cmp_map()