Searched refs:op_rsp (Results 1 – 1 of 1) sorted by relevance
2142 struct smb2_create_rsp *op_rsp = NULL; in smb2_query_dir_first() local2201 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()2202 if (op_rsp == NULL || op_rsp->hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()2206 fid->persistent_fid = op_rsp->PersistentFileId; in smb2_query_dir_first()2207 fid->volatile_fid = op_rsp->VolatileFileId; in smb2_query_dir_first()