Searched refs:smb2err (Results 1 – 1 of 1) sorted by relevance
2455 __le32 smb2err = hdr->Status; in map_smb2_to_linux_error() local2457 if (smb2err == 0) in map_smb2_to_linux_error()2461 if (log_err && (smb2err != STATUS_MORE_PROCESSING_REQUIRED) && in map_smb2_to_linux_error()2462 (smb2err != STATUS_END_OF_FILE)) in map_smb2_to_linux_error()2463 smb2_print_status(smb2err); in map_smb2_to_linux_error()2465 smb2_print_status(smb2err); in map_smb2_to_linux_error()2469 if (smb2_error_map_table[i].smb2_status == smb2err) { in map_smb2_to_linux_error()2478 smb2err, rc); in map_smb2_to_linux_error()