Home
last modified time | relevance | path

Searched refs:dst_ofile (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_odx.c551 smb_ofile_t *dst_ofile = sr->fid_ofile; in smb2_fsctl_odx_write_zeros() local
574 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, dst_ofile, in smb2_fsctl_odx_write_zeros()
593 rc = smb_node_setattr(sr, dst_ofile->f_node, in smb2_fsctl_odx_write_zeros()
594 dst_ofile->f_cr, dst_ofile, &attr); in smb2_fsctl_odx_write_zeros()
655 smb_ofile_t *dst_ofile = sr->fid_ofile; in smb2_fsctl_odx_write_native1() local
771 status = smb2_sparse_copy(sr, src_ofile, dst_ofile, in smb2_fsctl_odx_write_native1()
834 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, dst_ofile, in smb2_fsctl_odx_write_native1()
H A Dsmb2_fsctl_sparse.c296 smb_ofile_t *src_ofile, smb_ofile_t *dst_ofile, in smb2_sparse_copy() argument
348 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, in smb2_sparse_copy()
349 dst_ofile, dst_off, skip); in smb2_sparse_copy()
405 rc = smb_fsop_write(sr, dst_ofile->f_cr, in smb2_sparse_copy()
406 dst_ofile->f_node, dst_ofile, &uio, &xfer, 0); in smb2_sparse_copy()
H A Dsmb2_fsctl_copychunk.c475 smb_ofile_t *dst_ofile = sr->fid_ofile; in smb2_fsctl_copychunk_1() local
492 status = smb_lock_range_access(sr, dst_ofile->f_node, in smb2_fsctl_copychunk_1()
500 status = smb2_sparse_copy(sr, src_ofile, dst_ofile, in smb2_fsctl_copychunk_1()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb2_kproto.h89 smb_ofile_t *src_ofile, smb_ofile_t *dst_ofile,