Searched refs:smallbuf (Results 1 – 5 of 5) sorted by relevance
868 char *smallbuf = NULL; in usb_cache_string() local878 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string()879 if (!smallbuf) in usb_cache_string()881 memcpy(smallbuf, buf, len); in usb_cache_string()885 return smallbuf; in usb_cache_string()
492 if (!server->smallbuf) { in allocate_buffers()493 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()494 if (!server->smallbuf) { in allocate_buffers()503 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers()689 server->smallbuf = NULL; in handle_mid()787 char *buf = server->smallbuf; in standard_receive3()823 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard()886 buf = server->smallbuf; in cifs_demultiplex_thread()1009 buf = server->smallbuf; in cifs_demultiplex_thread()1016 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()[all …]
3002 char *buf = server->smallbuf; in receive_encrypted_read()3078 char *buf = server->smallbuf; in receive_encrypted_standard()3116 tmpbuf = server->smallbuf; in receive_encrypted_standard()3151 server->smallbuf = next_buffer; in receive_encrypted_standard()3164 char *buf = server->smallbuf; in smb3_receive_transform()3195 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()
675 char *smallbuf; /* pointer to current "small" buffer */ member
1468 mid->resp_buf = server->smallbuf; in cifs_readv_discard()1469 server->smallbuf = NULL; in cifs_readv_discard()1479 char *buf = server->smallbuf; in cifs_readv_receive()1596 mid->resp_buf = server->smallbuf; in cifs_readv_receive()1597 server->smallbuf = NULL; in cifs_readv_receive()