Searched refs:op_rsp (Results 1 – 1 of 1) sorted by relevance
2245 struct smb2_create_rsp *op_rsp = NULL; in smb2_query_dir_first() local2299 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()2300 if (op_rsp == NULL || op_rsp->sync_hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()2304 fid->persistent_fid = op_rsp->PersistentFileId; in smb2_query_dir_first()2305 fid->volatile_fid = op_rsp->VolatileFileId; in smb2_query_dir_first()