Searched refs:src_of (Results 1 – 1 of 1) sorted by relevance
78 smb_ofile_t *src_of = NULL; in smb2_fsctl_copychunk() local134 src_of = smb_ofile_lookup_by_fid(sr, (uint16_t)smb2fid.temporal); in smb2_fsctl_copychunk()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()194 status = smb2_ofile_getattr(sr, src_of, &args->src_attr); in smb2_fsctl_copychunk()217 status = smb2_fsctl_copychunk_aapl(sr, src_of, &ccr); in smb2_fsctl_copychunk()219 status = smb2_fsctl_copychunk_array(sr, src_of, &ccr); in smb2_fsctl_copychunk()229 if (src_of != NULL) in smb2_fsctl_copychunk()[all …]