Searched refs:smallBuf (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/smb/client/
H A Dreaddir.c716 if (cfile->srch_inf.smallBuf)
H A Dsmb2pdu.c5348 if (srch_inf->smallBuf)
5370 srch_inf->smallBuf = false;
5372 srch_inf->smallBuf = true;
H A Dcifsglob.h1388 bool smallBuf:1; /* so we know which buf_release function to call */ member in struct:cifs_search_info
H A Dcifssmb.c4045 psrch_inf->smallBuf = false;
4163 if (psrch_inf->smallBuf)
4170 psrch_inf->smallBuf = false;
H A Dfile.c1286 if (cfile->srch_inf.smallBuf)

Completed in 314 milliseconds