Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dtransport.c1669 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1670 server->smallbuf = NULL; in __cifs_readv_discard()
1688 char *buf = server->smallbuf; in cifs_readv_receive()
1807 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
1808 server->smallbuf = NULL; in cifs_readv_receive()
Dconnect.c637 if (!server->smallbuf) { in allocate_buffers()
638 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()
639 if (!server->smallbuf) { in allocate_buffers()
648 memset(server->smallbuf, 0, HEADER_SIZE(server)); in allocate_buffers()
891 server->smallbuf = NULL; in handle_mid()
1043 char *buf = server->smallbuf; in standard_receive3()
1077 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in cifs_handle_standard()
1170 buf = server->smallbuf; in cifs_demultiplex_thread()
1295 buf = server->smallbuf; in cifs_demultiplex_thread()
1302 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()
[all …]
Dsmb2ops.c4836 char *buf = server->smallbuf; in receive_encrypted_read()
4893 dw->buf = server->smallbuf; in receive_encrypted_read()
4894 server->smallbuf = (char *)cifs_small_buf_get(); in receive_encrypted_read()
4946 char *buf = server->smallbuf; in receive_encrypted_standard()
5015 server->smallbuf = buf = next_buffer; in receive_encrypted_standard()
5037 char *buf = server->smallbuf; in smb3_receive_transform()
5067 char *buf = server->large_buf ? server->bigbuf : server->smallbuf; in smb3_handle_read_data()
Dcifsglob.h692 char *smallbuf; /* pointer to current "small" buffer */ member
/Linux-v6.1/drivers/usb/core/
Dmessage.c1021 char *smallbuf = NULL; in usb_cache_string() local
1031 smallbuf = kmalloc(++len, GFP_NOIO); in usb_cache_string()
1032 if (!smallbuf) in usb_cache_string()
1034 memcpy(smallbuf, buf, len); in usb_cache_string()
1038 return smallbuf; in usb_cache_string()