Home
last modified time | relevance | path

Searched refs:SMBFLG2_ERR_STATUS (Results 1 – 8 of 8) sorted by relevance

/linux/fs/smb/client/
H A Dsmb1maperror.c114 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error()
152 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error()
181 if (rc == -EACCES && !(smb->Flags2 & SMBFLG2_ERR_STATUS)) { in map_and_check_smb_error()
H A Dsmb1misc.c44 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in header_assemble()
H A Dsmb1session.c73 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS; in cifs_ssetup_hdr()
H A Dsmb1ops.c1356 if (shdr->Flags2 & SMBFLG2_ERR_STATUS) { in cifs_is_network_name_deleted()
H A Dsmb1pdu.h181 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
H A Dcifssmb.c268 buffer->Flags2 |= SMBFLG2_ERR_STATUS; in small_smb_init_no_tc()
447 pSMB->hdr.Flags2 |= SMBFLG2_ERR_STATUS; in CIFSSMBNegotiate()
584 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()
4816 pSMB->hdr.Flags2 |= SMBFLG2_ERR_STATUS; in CIFSGetDFSRefer()
/linux/fs/smb/server/
H A Dsmb_common.h83 #define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000) macro
H A Dsmb_common.c352 rsp_hdr->Flags2 = SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS | in init_smb1_rsp_hdr()