Home
last modified time | relevance | path

Searched refs:smallbuf (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dconnect.c594 if (!server->smallbuf) { in allocate_buffers()
595 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()
596 if (!server->smallbuf) { in allocate_buffers()
605 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers()
863 server->smallbuf = NULL; in handle_mid()
1011 char *buf = server->smallbuf; in standard_receive3()
1045 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard()
1139 buf = server->smallbuf; in cifs_demultiplex_thread()
1274 buf = server->smallbuf; in cifs_demultiplex_thread()
1286 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()
[all …]
Dtransport.c1681 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1682 server->smallbuf = NULL; in __cifs_readv_discard()
1700 char *buf = server->smallbuf; in cifs_readv_receive()
1824 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
1825 server->smallbuf = NULL; in cifs_readv_receive()
Dsmb2ops.c4802 char *buf = server->smallbuf; in receive_encrypted_read()
4873 dw->buf = server->smallbuf; in receive_encrypted_read()
4874 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read()
4919 char *buf = server->smallbuf; in receive_encrypted_standard()
4988 server->smallbuf = buf = next_buffer; in receive_encrypted_standard()
5010 char *buf = server->smallbuf; in smb3_receive_transform()
5040 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()
Dcifsglob.h707 char *smallbuf; /* pointer to current "small" buffer */ member
/Linux-v6.6/drivers/usb/core/
Dmessage.c1022 char *smallbuf = NULL; in usb_cache_string() local
1032 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()