Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c73 #define LOGSIZE 1000 macro
75 struct log_entry oplog[LOGSIZE]; /* the log */
186 if (logptr >= LOGSIZE) in log4()
196 if (logcount < LOGSIZE) { in logdump()
201 count = LOGSIZE; in logdump()
206 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE; in logdump()
267 if (i == LOGSIZE) in logdump()