Searched refs:LVM_FIRSTCALL (Results 1 – 3 of 3) sorted by relevance
79 pBuffer->BufferState = LVM_FIRSTCALL; in LVM_BufferManagedIn()107 if (pBuffer->BufferState == LVM_FIRSTCALL) { in LVM_BufferManagedIn()118 if (((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) && in LVM_BufferManagedIn()355 if ((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) { in LVM_BufferManagedOut()
57 #define LVM_FIRSTCALL 0 /* First call to the buffer */ macro
147 LVM_FIRSTCALL; /* Set the state ready for the first call */ in LVM_GetInstanceHandle()