Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2file.c206 max_buf = tcon->ses->server->maxBuf; in smb2_unlock_range()
347 max_buf = tlink_tcon(cfile->tlink)->ses->server->maxBuf; in smb2_push_mandatory_locks()
H A Dsmb1ops.c419 return server->maxBuf == 0; in cifs_need_neg()
466 server->maxBuf - sizeof(WRITE_REQ) + 4); in cifs_negotiate_wsize()
498 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
H A Dcifssmb.c476 server->maxBuf = le32_to_cpu(pSMBr->MaxBufferSize); in CIFSSMBNegotiate()
478 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
480 cifs_dbg(NOISY, "Max buf = %d\n", ses->server->maxBuf); in CIFSSMBNegotiate()
1551 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
H A Dcifsglob.h727 unsigned int maxBuf; /* maxBuf specifies the maximum */
729 /* maxBuf is returned by SMB NegotiateProtocol so maxBuf is only 0 */
726 unsigned int maxBuf; /* maxBuf specifies the maximum */ global() member
H A Dfile.c1563 max_buf = tcon->ses->server->maxBuf; in cifs_push_mandatory_locks()
1917 max_buf = tcon->ses->server->maxBuf; in cifs_unlock_range()
H A Dsmb2pdu.c1215 server->maxBuf = min_t(unsigned int, le32_to_cpu(rsp->MaxTransactSize), in SMB2_negotiate()
5300 output_size = min_t(unsigned int, output_size, server->maxBuf); in SMB2_query_directory_init()
H A Dconnect.c305 server->maxBuf = 0; in cifs_abort_connection()