Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2file.c122 max_buf = tcon->ses->server->maxBuf; in smb2_unlock_range()
263 max_buf = tlink_tcon(cfile->tlink)->ses->server->maxBuf; in smb2_push_mandatory_locks()
Dsmb1ops.c413 return server->maxBuf == 0; in cifs_need_neg()
458 server->maxBuf - sizeof(WRITE_REQ) + 4); in cifs_negotiate_wsize()
490 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
Dcifsglob.h616 unsigned int maxBuf; /* maxBuf specifies the maximum */ member
Dcifssmb.c552 server->maxBuf = le32_to_cpu(pSMBr->MaxBufferSize); in CIFSSMBNegotiate()
554 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
556 cifs_dbg(NOISY, "Max buf = %d\n", ses->server->maxBuf); in CIFSSMBNegotiate()
1797 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
Dfile.c1271 max_buf = tcon->ses->server->maxBuf; in cifs_push_mandatory_locks()
1615 max_buf = tcon->ses->server->maxBuf; in cifs_unlock_range()
Dsmb2pdu.c1001 server->maxBuf = min_t(unsigned int, le32_to_cpu(rsp->MaxTransactSize), in SMB2_negotiate()
4734 output_size = min_t(unsigned int, output_size, server->maxBuf); in SMB2_query_directory_init()
Dconnect.c266 server->maxBuf = 0; in cifs_reconnect()