Home
last modified time | relevance | path

Searched refs:SMB_COM_WRITE_ANDX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifssmb.c196 case SMB_COM_WRITE_ANDX: in cifs_reconnect_tcon()
1522 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB, in CIFSSMBWrite()
1683 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **)&smb); in cifs_async_writev()
1774 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBWrite2()
H A Dcifspdu.h38 #define SMB_COM_WRITE_ANDX 0x2F macro