Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_logmgr.c406 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()
H A Djfs_logmgr.h126 #define LOGPTLRSIZE 8 /* log page trailer size */ macro