Lines Matching refs:request_buf
510 * function must have filled in request_buf pointer.
514 void **request_buf, unsigned int *total_len)
520 *request_buf = cifs_buf_get();
523 *request_buf = cifs_small_buf_get();
526 if (*request_buf == NULL) {
532 (struct smb2_hdr *)(*request_buf),
546 void **request_buf, unsigned int *total_len)
554 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf,
560 void **request_buf, unsigned int *total_len)
565 request_buf, total_len);
568 request_buf, total_len);