Searched refs:logSize (Results 1 – 4 of 4) sorted by relevance
109 if (g_dmesgInfo->logSize > g_logBufSize) { in OsCheckError()113 if (((g_dmesgInfo->logSize == g_logBufSize) || (g_dmesgInfo->logSize == 0)) && in OsCheckError()124 UINT32 logSize = g_dmesgInfo->logSize; in OsDmesgRead() local133 if (logSize == 0) { in OsDmesgRead()137 readLen = len < logSize ? len : logSize; in OsDmesgRead()145 g_dmesgInfo->logSize -= readLen; in OsDmesgRead()153 g_dmesgInfo->logSize -= readLen; in OsDmesgRead()166 g_dmesgInfo->logSize -= readLen; in OsDmesgRead()183 if (g_dmesgInfo->logSize == 0) { in OsCopyToNew()188 temp = (CHAR *)malloc(g_dmesgInfo->logSize); in OsCopyToNew()[all …]
48 UINT32 logSize; /* The size of log in buffer */ member
494 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize);
2365 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat() argument2377 (long long)logAddress, logSize); in lmLogFormat()2384 npages = logSize >> sbi->l2nbperpage; in lmLogFormat()