Searched refs:smallbuf (Results 1 – 3 of 3) sorted by relevance
1022 char *smallbuf = NULL; in usb_cache_string() local1032 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string()1033 if (!smallbuf) in usb_cache_string()1035 memcpy(smallbuf, buf, len); in usb_cache_string()1039 return smallbuf; in usb_cache_string()
658 if (!server->smallbuf) { in allocate_buffers()659 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()660 if (!server->smallbuf) { in allocate_buffers()669 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers()1008 server->smallbuf = NULL; in handle_mid()1157 char *buf = server->smallbuf; in standard_receive3()1190 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard()1285 buf = server->smallbuf; in cifs_demultiplex_thread()1423 buf = server->smallbuf; in cifs_demultiplex_thread()1435 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()[all …]
4925 char *buf = server->smallbuf; in receive_encrypted_read()4985 dw->buf = server->smallbuf; in receive_encrypted_read()4986 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read()5031 char *buf = server->smallbuf; in receive_encrypted_standard()5106 server->smallbuf = buf = next_buffer; in receive_encrypted_standard()5128 char *buf = server->smallbuf; in smb3_receive_transform()5158 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()