Searched refs:SMB_COM_TRANSACTION2 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | cifssmb.c | 696 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSPOSIXDelFile() 907 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSPOSIXCreate() 2391 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSUnixCreateSymLink() 2478 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSUnixCreateHardLink() 2632 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSSMBUnixQuerySymLink() 3060 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in cifs_do_get_acl() 3150 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in cifs_do_set_acl() 3242 rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, in CIFSGetExtAttr() 4358 rc = smb_init(SMB_COM_TRANSACTION2, 15, ses->tcon_ipc, in CIFSGetDFSRefer() 4776 rc = smb_init_no_reconnect(SMB_COM_TRANSACTION2, 15, tcon, in CIFSSMBQFSUnixInfo() [all …]
|
| H A D | smb1ops.c | 253 if (pSMB->Command != SMB_COM_TRANSACTION2) in check2ndT2()
|
| H A D | transport.c | 1583 if (in_buf->Command == SMB_COM_TRANSACTION2) { in SendReceiveBlockingLock()
|
| H A D | cifspdu.h | 39 #define SMB_COM_TRANSACTION2 0x32 macro
|