Searched refs:pbytes_written (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | link.c | 371 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument 402 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf, NULL, 0); in cifs_create_mf_symlink() 476 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument 522 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink() 525 if ((rc == 0) && (*pbytes_written != CIFS_MF_SYMLINK_FILE_SIZE)) in smb3_create_mf_symlink()
|
D | smb2proto.h | 91 char *pbuf, unsigned int *pbytes_written);
|
D | cifsproto.h | 517 unsigned int *pbytes_written);
|