Searched refs:pbytes_written (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | link.c | 297 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument 325 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink() 400 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument 446 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink() 449 if ((rc == 0) && (*pbytes_written != CIFS_MF_SYMLINK_FILE_SIZE)) in smb3_create_mf_symlink()
|
H A D | smb2proto.h | 111 char *pbuf, unsigned int *pbytes_written);
|
H A D | cifsproto.h | 618 unsigned int *pbytes_written);
|