Searched refs:SMB2_write (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 213 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
|
H A D | link.c | 495 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink()
|
H A D | smb2ops.c | 1921 return SMB2_write(xid, parms, written, iov, nr_segs); in smb2_sync_write() 3510 rc = SMB2_write(xid, &io_parms, &nbytes, iov, 1); in smb3_simple_fallocate_write_range() 3691 * using SMB2_write, which could be prohibitevly expensive in smb3_simple_falloc()
|
H A D | smb2pdu.c | 4394 * SMB2_write function gets iov pointer to kvec array with n_vec as a length. 4400 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_write() function
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 198 extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
|
H A D | link.c | 458 rc = SMB2_write(xid, &io_parms, pbytes_written, iov, 1); in smb3_create_mf_symlink()
|
H A D | smb2ops.c | 1881 return SMB2_write(xid, parms, written, iov, nr_segs); in smb2_sync_write() 3456 rc = SMB2_write(xid, &io_parms, &nbytes, iov, 1); in smb3_simple_fallocate_write_range() 3637 * using SMB2_write, which could be prohibitevly expensive in smb3_simple_falloc()
|
H A D | smb2pdu.c | 4831 * SMB2_write function gets iov pointer to kvec array with n_vec as a length. 4837 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_write() function
|
Completed in 28 milliseconds