Home
last modified time | relevance | path

Searched refs:CIFS_NO_BUFFER (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/cifs/
Dlink.c334 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
420 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsess.c584 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
593 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1211 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1451 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c588 int resp_buftype = CIFS_NO_BUFFER; in SMB2_sess_setup()
768 if (resp_buftype != CIFS_NO_BUFFER && in SMB2_sess_setup()
2103 } else if (resp_buftype != CIFS_NO_BUFFER) { in SMB2_read()
2363 int resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory()
Dtransport.c725 *resp_buf_type = CIFS_NO_BUFFER; /* no response buf yet */ in SendReceive2()
Dcifsglob.h1424 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c440 int buf_type = CIFS_NO_BUFFER;
Dfile.c3130 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1757 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()