Lines Matching refs:request_buf
369 * function must have filled in request_buf pointer.
373 void **request_buf, unsigned int *total_len)
379 *request_buf = cifs_buf_get();
382 *request_buf = cifs_small_buf_get();
385 if (*request_buf == NULL) {
391 (struct smb2_sync_hdr *)(*request_buf),
405 void **request_buf, unsigned int *total_len)
413 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf,
419 void **request_buf, unsigned int *total_len)
424 request_buf, total_len);
427 request_buf, total_len);