Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A 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()
/linux/fs/smb/client/
A Dtransport.c1691 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1692 server->smallbuf = NULL; in __cifs_readv_discard()
1710 char *buf = server->smallbuf; in cifs_readv_receive()
1834 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
1835 server->smallbuf = NULL; in cifs_readv_receive()
A Dconnect.c639 if (!server->smallbuf) { in allocate_buffers()
640 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()
641 if (!server->smallbuf) { in allocate_buffers()
650 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers()
905 server->smallbuf = NULL; in handle_mid()
1053 char *buf = server->smallbuf; in standard_receive3()
1087 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard()
1181 buf = server->smallbuf; in cifs_demultiplex_thread()
1321 buf = server->smallbuf; in cifs_demultiplex_thread()
1333 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()
[all …]
A Dsmb2ops.c4846 char *buf = server->smallbuf; in receive_encrypted_read()
4906 dw->buf = server->smallbuf; in receive_encrypted_read()
4907 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read()
4952 char *buf = server->smallbuf; in receive_encrypted_standard()
5023 server->smallbuf = buf = next_buffer; in receive_encrypted_standard()
5045 char *buf = server->smallbuf; in smb3_receive_transform()
5075 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()
A Dcifsglob.h753 char *smallbuf; /* pointer to current "small" buffer */ member

Completed in 35 milliseconds