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