Home
last modified time | relevance | path

Searched refs:status_to_posix_error (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2maperror.c18 static const struct status_to_posix_error smb2_error_map_table[] = {
29 const struct status_to_posix_error *pivot = _pivot; in cmp_smb2_status()
38 static const struct status_to_posix_error *smb2_get_err_map(__u32 smb2_status) in smb2_get_err_map()
40 const struct status_to_posix_error *err_map; in smb2_get_err_map()
44 sizeof(struct status_to_posix_error), in smb2_get_err_map()
55 const struct status_to_posix_error *err_map; in map_smb2_to_linux_error()
116 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()
124 const struct status_to_posix_error *smb2_error_map_table_test = smb2_error_map_table;
H A Dsmb2maperror_test.c14 const struct status_to_posix_error *smb2_get_err_map_test(__u32 smb2_status);
15 extern const struct status_to_posix_error *smb2_error_map_table_test;
19 test_cmp_map(struct kunit *test, const struct status_to_posix_error *expect) in test_cmp_map()
21 const struct status_to_posix_error *result; in test_cmp_map()
H A Dsmb2glob.h55 struct status_to_posix_error { struct