Lines Matching defs:request_buf
551 * function must have filled in request_buf pointer.
555 void **request_buf, unsigned int *total_len)
561 *request_buf = cifs_buf_get();
564 *request_buf = cifs_small_buf_get();
567 if (*request_buf == NULL) {
573 (struct smb2_hdr *)(*request_buf),
587 void **request_buf, unsigned int *total_len)
595 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf,
601 void **request_buf, unsigned int *total_len)
613 request_buf, total_len);
616 request_buf, total_len);