Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c302 server->maxBuf = 0; in cifs_reconnect()
532 if (server->maxBuf == 0 || in cifs_echo_request()
3414 server->maxBuf - sizeof(WRITE_REQ) + 4); in cifs_negotiate_wsize()
3449 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
4050 if (server->maxBuf != 0) in cifs_negotiate_protocol()
Dcifsglob.h275 unsigned int maxBuf; /* maxBuf specifies the maximum */ member
Dfile.c879 max_num = (tcon->ses->server->maxBuf - sizeof(struct smb_hdr)) / in cifs_push_mandatory_locks()
1205 max_num = (tcon->ses->server->maxBuf - sizeof(struct smb_hdr)) / in cifs_unlock_range()
Dcifssmb.c491 server->maxBuf = le16_to_cpu(rsp->MaxBufSize); in CIFSSMBNegotiate()
600 server->maxBuf = le32_to_cpu(pSMBr->MaxBufferSize); in CIFSSMBNegotiate()
602 cFYI(DBG2, "Max buf = %d", ses->server->maxBuf); in CIFSSMBNegotiate()
1960 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
Dinode.c59 if (cifs_sb_master_tcon(cifs_sb)->ses->server->maxBuf <