Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c77 int logcount = 0; /* total ops */ variable
182 logcount++; in log4()
192 prt("LOG DUMP (%d total operations):\n", logcount); in logdump()
193 if (logcount < LOGSIZE) { in logdump()
195 count = logcount; in logdump()
203 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE; in logdump()
/external/autotest/client/tests/fsx/
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch24 @@ -74,7 +76,7 @@ int logcount = 0; /* total ops */