Lines Matching refs:request_buf
208 function must have filled in request_buf pointer */
211 void **request_buf)
219 *request_buf = cifs_small_buf_get();
220 if (*request_buf == NULL) {
225 header_assemble((struct smb_hdr *) *request_buf, smb_command,
236 struct cifs_ses *ses, void **request_buf)
241 rc = small_smb_init(smb_command, wct, NULL, request_buf);
245 buffer = (struct smb_hdr *)*request_buf;
260 /* If the return code is zero, this function must fill in request_buf pointer */
263 void **request_buf, void **response_buf)
265 *request_buf = cifs_buf_get();
266 if (*request_buf == NULL) {
275 *response_buf = *request_buf;
277 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon,
286 /* If the return code is zero, this function must fill in request_buf pointer */
289 void **request_buf, void **response_buf)
297 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
302 void **request_buf, void **response_buf)
312 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);