Searched refs:LVM_LASTCALL (Results 1 – 2 of 2) sorted by relevance
123 pBuffer->BufferState = LVM_LASTCALL; in LVM_BufferManagedIn()172 (pBuffer->BufferState == LVM_LASTCALL)) in LVM_BufferManagedIn()399 …pBuffer->BufferState = LVM_LASTCALL; /* Indicate this is the last bock to proce… in LVM_BufferOptimisedIn()754 if (pBuffer->BufferState == LVM_LASTCALL) in LVM_BufferOptimisedOut()
64 #define LVM_LASTCALL 2 /* Last call to the buffer */ macro