Searched refs:CIFS_NO_RESP (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | transport.c | 612 flags |= CIFS_NO_RESP; in SendReceiveNoRsp() 829 if ((flags & CIFS_NO_RESP) == 0) in SendReceive2()
|
D | cifsglob.h | 1429 #define CIFS_NO_RESP 0x040 /* no response buffer required */ macro
|
D | smb2pdu.c | 2731 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in smb2_lockv()
|
D | cifssmb.c | 2327 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in cifs_lockv()
|