Searched refs:smallbuf (Results 1 – 5 of 5) sorted by relevance
1144 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()1145 server->smallbuf = NULL; in __cifs_readv_discard()1163 char *buf = server->smallbuf; in cifs_readv_receive()1288 mid->resp_buf = server->smallbuf; in cifs_readv_receive()1289 server->smallbuf = NULL; in cifs_readv_receive()
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) /* n in cifs_demultiplex_thread() [all...]
4964 char *buf = server->smallbuf; in receive_encrypted_read()5032 dw->buf = server->smallbuf; in receive_encrypted_read()5033 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read()5078 char *buf = server->smallbuf; in receive_encrypted_standard()5153 server->smallbuf = buf = next_buffer; in receive_encrypted_standard()5175 char *buf = server->smallbuf; in smb3_receive_transform()5205 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()
764 char *smallbuf; /* pointer to current "small" buffer */ member
1080 char *smallbuf = NULL; in usb_cache_string() local1096 smallbuf = krealloc(buf, len + 1, GFP_NOIO); in usb_cache_string()1097 if (unlikely(!smallbuf)) in usb_cache_string()1099 return smallbuf; in usb_cache_string()