Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c561 if (!server->smallbuf) { in allocate_buffers()
562 server->smallbuf = (char *)cifs_small_buf_get(); in allocate_buffers()
563 if (!server->smallbuf) { in allocate_buffers()
572 memset(server->smallbuf, 0, header_size()); in allocate_buffers()
842 server->smallbuf = NULL; in handle_mid()
939 char *buf = server->smallbuf; in standard_receive3()
1015 buf = server->smallbuf; in cifs_demultiplex_thread()
1080 if (server->smallbuf) /* no sense logging a debug message if NULL */ in cifs_demultiplex_thread()
1081 cifs_small_buf_release(server->smallbuf); in cifs_demultiplex_thread()
Dcifsglob.h304 char *smallbuf; /* pointer to current "small" buffer */ member
Dcifssmb.c1443 unsigned int rfclen = get_rfc1002_length(server->smallbuf); in cifs_readv_discard()
1490 char *buf = server->smallbuf; in cifs_readv_receive()