Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2file.c109 max_buf = tcon->ses->server->maxBuf; in smb2_unlock_range()
243 max_buf = tlink_tcon(cfile->tlink)->ses->server->maxBuf; in smb2_push_mandatory_locks()
Dsmb1ops.c420 return server->maxBuf == 0; in cifs_need_neg()
465 server->maxBuf - sizeof(WRITE_REQ) + 4); in cifs_negotiate_wsize()
497 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
Dcifsglob.h575 unsigned int maxBuf; /* maxBuf specifies the maximum */ member
Dsmb2pdu.c408 server->maxBuf = min_t(unsigned int, le32_to_cpu(rsp->MaxTransactSize), in SMB2_negotiate()
2219 output_size = min_t(unsigned int, output_size, server->maxBuf); in SMB2_query_directory()
Dcifssmb.c461 server->maxBuf = le16_to_cpu(rsp->MaxBufSize); in decode_lanman_negprot_rsp()
617 server->maxBuf = le32_to_cpu(pSMBr->MaxBufferSize); in CIFSSMBNegotiate()
619 cifs_dbg(NOISY, "Max buf = %d\n", ses->server->maxBuf); in CIFSSMBNegotiate()
1831 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
Dfile.c1064 max_buf = tcon->ses->server->maxBuf; in cifs_push_mandatory_locks()
1395 max_buf = tcon->ses->server->maxBuf; in cifs_unlock_range()
Dinode.c61 if (cifs_sb_master_tcon(cifs_sb)->ses->server->maxBuf <
Dconnect.c319 server->maxBuf = 0; in cifs_reconnect()