Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh149 struct log_entry oplog[LOGSIZE]; /* the log */
266 if (logptr >= LOGSIZE)
287 if (logcount < LOGSIZE) {
292 count = LOGSIZE;
295 opnum = i + 1 + (logcount/LOGSIZE)*LOGSIZE;
310 if (i == LOGSIZE)
371 if (i == LOGSIZE)
/freebsd/tools/regression/fsx/
H A Dfsx.c75 #define LOGSIZE 1000 macro
77 struct log_entry oplog[LOGSIZE]; /* the log */
173 if (logptr >= LOGSIZE) in do_log4()
196 if (logcount < LOGSIZE) { in logdump()
201 count = LOGSIZE; in logdump()
204 opnum = i + 1 + (logcount/LOGSIZE)*LOGSIZE; in logdump()
219 if (i == LOGSIZE) in logdump()
286 if (i == LOGSIZE) in logdump()