Searched refs:SMB_COM_TRANSACTION2 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifssmb.c | 861 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSPOSIXDelFile() 1069 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSPOSIXCreate() 2522 rc = small_smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB); in CIFSSMBPosixLock() 2768 rc = smb_init(SMB_COM_TRANSACTION2, 15, pTcon, (void **) &pSMB, in CIFSSMBRenameOpenFile() 2914 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSUnixCreateSymLink() 3000 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSUnixCreateHardLink() 3152 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSSMBUnixQuerySymLink() 3568 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSSMBGetPosixACL() 3655 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSSMBSetPosixACL() 3731 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSGetExtAttr() [all …]
|
| H A D | smb1ops.c | 244 if (pSMB->Command != SMB_COM_TRANSACTION2) in check2ndT2()
|
| H A D | transport.c | 1525 if (in_buf->Command == SMB_COM_TRANSACTION2) { in SendReceiveBlockingLock()
|
| H A D | cifspdu.h | 58 #define SMB_COM_TRANSACTION2 0x32 macro
|