Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_copychunk.c78 smb_ofile_t *src_of = NULL; in smb2_fsctl_copychunk() local
135 if (src_of == NULL || in smb2_fsctl_copychunk()
136 src_of->f_persistid != smb2fid.persistent) { in smb2_fsctl_copychunk()
145 if (!smb_node_is_file(src_of->f_node)) { in smb2_fsctl_copychunk()
149 status = smb_ofile_access(src_of, src_of->f_cr, FILE_READ_DATA); in smb2_fsctl_copychunk()
217 status = smb2_fsctl_copychunk_aapl(sr, src_of, &ccr); in smb2_fsctl_copychunk()
229 if (src_of != NULL) in smb2_fsctl_copychunk()
230 smb_ofile_release(src_of); in smb2_fsctl_copychunk()
315 status = smb2_fsctl_copychunk_1(sr, src_of, cc); in smb2_fsctl_copychunk_array()
385 status = smb2_fsctl_copychunk_1(sr, src_of, cc); in smb2_fsctl_copychunk_aapl()
[all …]