Lines Matching refs:request_buf
273 function must have filled in request_buf pointer */
276 void **request_buf)
284 *request_buf = cifs_small_buf_get();
285 if (*request_buf == NULL) {
290 header_assemble((struct smb_hdr *) *request_buf, smb_command,
301 struct cifs_ses *ses, void **request_buf)
306 rc = small_smb_init(smb_command, wct, NULL, request_buf);
310 buffer = (struct smb_hdr *)*request_buf;
325 /* If the return code is zero, this function must fill in request_buf pointer */
328 void **request_buf, void **response_buf)
330 *request_buf = cifs_buf_get();
331 if (*request_buf == NULL) {
340 *response_buf = *request_buf;
342 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon,
351 /* If the return code is zero, this function must fill in request_buf pointer */
354 void **request_buf, void **response_buf)
362 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
367 void **request_buf, void **response_buf)
372 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);