Home
last modified time | relevance | path

Searched refs:pbytes_written (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/cifs/
Dlink.c308 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument
335 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink()
408 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument
452 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink()
455 if ((rc == 0) && (*pbytes_written != CIFS_MF_SYMLINK_FILE_SIZE)) in smb3_create_mf_symlink()
Dsmb2proto.h89 char *pbuf, unsigned int *pbytes_written);
Dcifsproto.h590 unsigned int *pbytes_written);