Home
last modified time | relevance | path

Searched refs:LOGPTLRSIZE (Results 1 – 2 of 2) sorted by relevance

/fs/jfs/
Djfs_logmgr.c414 if (dstoffset >= LOGPSIZE - LOGPTLRSIZE) { in lmWriteRecord()
430 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
437 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()
478 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
532 if (dstoffset < LOGPSIZE - LOGPTLRSIZE) in lmWriteRecord()
1357 if (log->eor >= LOGPSIZE - LOGPTLRSIZE) in lmLogInit()
Djfs_logmgr.h126 #define LOGPTLRSIZE 8 /* log page trailer size */ macro