Home
last modified time | relevance | path

Searched refs:get_bcc (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/cifs/
Dcifssmb.c355 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
374 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
1074 if (rc || get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP)) { in CIFSPOSIXCreate()
1095 if (get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP) in CIFSPOSIXCreate()
2483 if (rc || get_bcc(&pSMBr->hdr) < sizeof(*parm_data)) { in CIFSSMBPosixLock()
3117 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
3205 if (get_bcc(&pSMBr->hdr) < 2 || data_offset > 512) { in CIFSSMBQuerySymLink()
3215 end_of_smb = 2 + get_bcc(&pSMBr->hdr) + (char *)&pSMBr->ByteCount; in CIFSSMBQuerySymLink()
3546 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBGetPosixACL()
3696 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
[all …]
Dsess.c734 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
844 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
952 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1078 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1230 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1332 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
Dmisc.c414 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
Dsmb1ops.c343 byte_count = get_bcc(target_hdr); in coalesce_t2()
Dnetmisc.c910 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
Dcifspdu.h447 get_bcc(struct smb_hdr *hdr) in get_bcc() function
Dconnect.c3752 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()