Home
last modified time | relevance | path

Searched refs:smb_fsop_freesp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h81 int smb_fsop_freesp(smb_request_t *sr, cred_t *cr, smb_ofile_t *,
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_sparse.c149 rc = smb_fsop_freesp(sr, ofile->f_cr, ofile, in smb2_fsctl_set_zero_data()
348 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, in smb2_sparse_copy()
H A Dsmb2_fsctl_odx.c574 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, dst_ofile, in smb2_fsctl_odx_write_zeros()
834 rc = smb_fsop_freesp(sr, dst_ofile->f_cr, dst_ofile, in smb2_fsctl_odx_write_native1()
H A Dsmb2_setinfo_file.c286 rc = smb_fsop_freesp(sr, of->f_cr, of, eod, 0); in smb2_setf_valid_len()
H A Dsmb_fsops.c1390 smb_fsop_freesp( in smb_fsop_freesp() function