Lines Matching refs:max_buf
193 unsigned int max_num, num = 0, max_buf;
207 max_buf = tcon->ses->server->maxBuf;
208 if (max_buf < sizeof(struct smb2_lock_element))
212 max_buf = min_t(unsigned int, max_buf, PAGE_SIZE);
213 max_num = max_buf / sizeof(struct smb2_lock_element);
337 unsigned int max_num, max_buf;
348 max_buf = tlink_tcon(cfile->tlink)->ses->server->maxBuf;
349 if (max_buf < sizeof(struct smb2_lock_element)) {
355 max_buf = min_t(unsigned int, max_buf, PAGE_SIZE);
356 max_num = max_buf / sizeof(struct smb2_lock_element);