Searched refs:get_bcc (Results 1 – 6 of 6) sorted by relevance
352 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2() 371 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob() 966 if (rc || get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP)) { in CIFSPOSIXCreate() 987 if (get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP) in CIFSPOSIXCreate() 2154 if (rc || get_bcc(&pSMBr->hdr) < sizeof(*parm_data)) { in CIFSSMBPosixLock() 2704 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink() 2803 if (get_bcc(&io_rsp->hdr) < 2 || data_offset > 512 || in cifs_query_reparse_point() 2825 end = 2 + get_bcc(&io_rsp->hdr) + (__u8 *)&io_rsp->ByteCount; in cifs_query_reparse_point() 3281 if (rc || get_bcc(&pSMBr->hdr) < 2) in cifs_do_get_acl() 3448 if (rc || get_bcc( in CIFSGetExtAttr() [all...]
1515 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2() 1641 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos() 1799 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate() 1894 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
456 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
348 byte_count = get_bcc(target_hdr); in coalesce_t2()
464 get_bcc(struct smb_hdr *hdr) in get_bcc() function
4076 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()