Home
last modified time | relevance | path

Searched refs:smb2_status (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2maperror.c31 if (key < pivot->smb2_status) in cmp_smb2_status()
33 if (key > pivot->smb2_status) in cmp_smb2_status()
38 static const struct status_to_posix_error *smb2_get_err_map(__u32 smb2_status) in smb2_get_err_map() argument
42 err_map = __inline_bsearch(&smb2_status, smb2_error_map_table, in smb2_get_err_map()
76 err_map->smb2_status, err_map->status_string); in map_smb2_to_linux_error()
100 if (smb2_error_map_table[i].smb2_status >= in smb2_init_maperror()
101 smb2_error_map_table[i - 1].smb2_status) in smb2_init_maperror()
115 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status) in smb2_get_err_map_test() argument
117 return smb2_get_err_map(smb2_status); in smb2_get_err_map_test()
H A Dsmb2maperror_test.c21 result = smb2_get_err_map_test(expect->smb2_status); in test_cmp_map()
23 KUNIT_EXPECT_EQ(test, expect->smb2_status, result->smb2_status); in test_cmp_map()
H A Dsmb2glob.h56 __u32 smb2_status; member
H A Dsmb2proto.h27 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status);