Searched refs:LVM_LASTCALL (Results 1 – 2 of 2) sorted by relevance
110 pBuffer->BufferState = LVM_LASTCALL; in LVM_BufferManagedIn()154 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) || (pBuffer->BufferState == LVM_LASTCALL)) { in LVM_BufferManagedIn()
59 #define LVM_LASTCALL 2 /* Last call to the buffer */ macro