Searched refs:ST_RETRIEVE (Results 1 – 1 of 1) sorted by relevance
237 #define ST_RETRIEVE 0x2 /* Retrieval operation */ macro1235 cxt->optype &= ~(ST_STORE|ST_RETRIEVE); /* Leave ST_CLONE alone */ in reset_context()1489 ASSERT(cxt->optype & ST_RETRIEVE, ("was performing a retrieve()")); in clean_retrieve_context()1547 if (cxt->optype & ST_RETRIEVE) in clean_context()1627 return cxt->entry && (cxt->optype & ST_RETRIEVE); in is_retrieving()5975 optype |= ST_RETRIEVE; in do_retrieve()