Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifssmb.c338 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
357 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
948 if (rc || get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP)) { in CIFSPOSIXCreate()
969 if (get_bcc(&pSMBr->hdr) < sizeof(OPEN_PSX_RSP) in CIFSPOSIXCreate()
2098 if (rc || get_bcc(&pSMBr->hdr) < sizeof(*parm_data)) { in CIFSSMBPosixLock()
2711 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
2807 if (get_bcc(&io_rsp->hdr) < 2 || data_offset > 512 || in cifs_query_reparse_point()
2813 end = 2 + get_bcc(&io_rsp->hdr) + (__u8 *)&io_rsp->ByteCount; in cifs_query_reparse_point()
3141 if (rc || get_bcc(&pSMBr->hdr) < 2) in cifs_do_get_acl()
3308 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
[all …]
Dsess.c1501 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1627 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1785 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1880 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
Dsmb1ops.c344 byte_count = get_bcc(target_hdr); in coalesce_t2()
Dnetmisc.c916 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
Dmisc.c439 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
Dcifspdu.h424 get_bcc(struct smb_hdr *hdr) in get_bcc() function
Dconnect.c3789 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()