Lines Matching refs:max_buf
120 unsigned int max_num, num = 0, max_buf;
134 max_buf = tcon->ses->server->maxBuf;
135 if (max_buf < sizeof(struct smb2_lock_element))
139 max_buf = min_t(unsigned int, max_buf, PAGE_SIZE);
140 max_num = max_buf / sizeof(struct smb2_lock_element);
264 unsigned int max_num, max_buf;
275 max_buf = tlink_tcon(cfile->tlink)->ses->server->maxBuf;
276 if (max_buf < sizeof(struct smb2_lock_element)) {
282 max_buf = min_t(unsigned int, max_buf, PAGE_SIZE);
283 max_num = max_buf / sizeof(struct smb2_lock_element);