Home
last modified time | relevance | path

Searched refs:smb2err (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2maperror.c2458 __le32 smb2err = shdr->Status; in map_smb2_to_linux_error() local
2460 if (smb2err == 0) { in map_smb2_to_linux_error()
2467 if (log_err && (smb2err != STATUS_MORE_PROCESSING_REQUIRED) && in map_smb2_to_linux_error()
2468 (smb2err != STATUS_END_OF_FILE)) in map_smb2_to_linux_error()
2469 smb2_print_status(smb2err); in map_smb2_to_linux_error()
2471 smb2_print_status(smb2err); in map_smb2_to_linux_error()
2475 if (smb2_error_map_table[i].smb2_status == smb2err) { in map_smb2_to_linux_error()
2484 __le32_to_cpu(smb2err), rc); in map_smb2_to_linux_error()
2488 le64_to_cpu(shdr->MessageId), le32_to_cpu(smb2err), rc); in map_smb2_to_linux_error()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2maperror.c2443 __le32 smb2err = shdr->Status; in map_smb2_to_linux_error() local
2445 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()

Completed in 8 milliseconds