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()1285 mid->resp_buf = server->smallbuf; in cifs_readv_receive()1286 server->smallbuf = NULL; in cifs_readv_receive()
657 if (!server->smallbuf) { in allocate_buffers() 658 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers() 659 if (!server->smallbuf) { in allocate_buffers() 668 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers() 1007 server->smallbuf = NULL; in handle_mid() 1156 char *buf = server->smallbuf; in standard_receive3() 1189 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard() 1284 buf = server->smallbuf; in cifs_demultiplex_thread() 1422 buf = server->smallbuf; in cifs_demultiplex_thread() 1434 if (server->smallbuf) /* n in cifs_demultiplex_thread() [all...]
4770 /* data_offset is beyond the end of smallbuf */ in handle_read_data() 4771 cifs_dbg(FYI, "%s: data offset (%u) beyond end of smallbuf\n", in handle_read_data() 4923 char *buf = server->smallbuf; in receive_encrypted_read() 4991 dw->buf = server->smallbuf; in receive_encrypted_read() 4992 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read() 5037 char *buf = server->smallbuf; in receive_encrypted_standard() 5112 server->smallbuf = buf = next_buffer; in receive_encrypted_standard() 5117 * server->smallbuf and server->bigbuf are still valid. We need in receive_encrypted_standard() 5134 char *buf = server->smallbuf; in smb3_receive_transform() 5164 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb2_next_header() [all...]
767 char *smallbuf; /* pointer to current "small" buffer */ member
1080 char *smallbuf = NULL; in usb_cache_string() local 1096 smallbuf = krealloc(buf, len + 1, GFP_NOIO); in usb_cache_string() 1097 if (unlikely(!smallbuf)) in usb_cache_string() 1099 return smallbuf;