Searched refs:LOGPTLRSIZE (Results 1 – 2 of 2) sorted by relevance
406 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) { in lmWriteRecord()422 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()429 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()470 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()524 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()1349 if (log->eor >= LOGPSIZE - LOGPTLRSIZE) in lmLogInit()
126 #define LOGPTLRSIZE 8 /* log page trailer size */ macro