Searched refs:LOGPTLRSIZE (Results 1 – 2 of 2) sorted by relevance
427 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) { in lmWriteRecord()443 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()450 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()491 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()545 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()1370 if (log->eor >= LOGPSIZE - LOGPTLRSIZE) in lmLogInit()
139 #define LOGPTLRSIZE 8 /* log page trailer size */ macro