Searched refs:smb2err (Results 1 – 1 of 1) sorted by relevance
2443 __le32 smb2err = shdr->Status; in map_smb2_to_linux_error() local2445 if (smb2err == 0) { in map_smb2_to_linux_error()2454 if (log_err && (smb2err != STATUS_MORE_PROCESSING_REQUIRED) && in map_smb2_to_linux_error()2455 (smb2err != STATUS_END_OF_FILE)) in map_smb2_to_linux_error()2456 smb2_print_status(smb2err); in map_smb2_to_linux_error()2458 smb2_print_status(smb2err); in map_smb2_to_linux_error()2462 if (smb2_error_map_table[i].smb2_status == smb2err) { in map_smb2_to_linux_error()2471 __le32_to_cpu(smb2err), rc); in map_smb2_to_linux_error()2477 le32_to_cpu(smb2err), rc); in map_smb2_to_linux_error()