Home
last modified time | relevance | path

Searched refs:xfr (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c228 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
339 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
350 if (xfr == 0) { in dotest()
353 if (xfr != csize) { in dotest()
356 "\tTest[%d]: xfr=%d != %d, zero read.", in dotest()
357 me, xfr, csize); in dotest()
367 " for val %d count %d xfr %d.", in dotest()
369 count, xfr); in dotest()
383 if (xfr != csize) { in dotest()
386 "\tTest[%d]: xfr in dotest()
[all...]
H A Dftest04.c215 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
326 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
337 if (xfr == 0) { in dotest()
340 if (xfr != csize) { in dotest()
343 "\tTest[%d]: xfr=%d != %d, zero read.", in dotest()
344 me, xfr, csize); in dotest()
352 "\tTest[%d] bad verify @ 0x%x for val %d count %d xfr %d.", in dotest()
354 count, xfr); in dotest()
368 if (xfr != csize) { in dotest()
371 "\tTest[%d]: xfr in dotest()
[all...]
H A Dftest01.c261 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
341 if ((xfr = read(fd, buf, csize)) < 0) { in dotest()
356 if (xfr != csize) { in dotest()
359 "Test[%d]: xfr=%d != %d, zero read.", in dotest()
360 me, xfr, csize); in dotest()
365 "count %d xfr %d file_max 0x%x, should be %d.", in dotest()
367 xfr, file_max, zero_buf[0]); in dotest()
388 if (xfr != csize) { in dotest()
391 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
392 me, xfr, csiz in dotest()
[all...]
H A Dftest05.c259 int i, count, collide, chunk, whenmisc, xfr; in dotest() local
335 if ((xfr = read(fd, buf, csize)) < 0) { in dotest()
350 if (xfr != csize) { in dotest()
351 //tst_resm(TINFO, "\tTest[%d]: xfr=%d != %d, zero read.", in dotest()
352 // me, xfr, csize); in dotest()
357 "\tTest[%d] bad verify @ 0x%Lx for val %d count %d xfr %d file_max 0x%x, should be %d.", in dotest()
359 xfr, file_max, zero_buf[0]); in dotest()
380 if (xfr != csize) { in dotest()
382 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
383 me, xfr, csiz in dotest()
[all...]
H A Dftest07.c281 int count, collide, chunk, whenmisc, xfr, i; in dotest() local
398 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
413 if (xfr != csize) { in dotest()
416 "\tTest[%d]: xfr=%d != %d, zero read.", in dotest()
417 me, xfr, csize); in dotest()
425 "\tTest[%d] bad verify @ 0x%Lx for val %d count %d xfr %d file_max 0x%llx, should be 0.", in dotest()
427 count, xfr, file_max); in dotest()
450 if (xfr != csize) { in dotest()
453 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
454 me, xfr, csiz in dotest()
[all...]
H A Dftest03.c281 int chunk, whenmisc, xfr, count, collide, i; in dotest() local
403 if ((xfr = readv(fd, &r_iovec[0], MAXIOVCNT)) < 0) { in dotest()
418 if (xfr != csize) { in dotest()
421 "\tTest[%d]: xfr=%d != %d, zero read.", in dotest()
422 me, xfr, csize); in dotest()
430 "\tTest[%d] bad verify @ 0x%x for val %d count %d xfr %d file_max 0x%x, should be 0.", in dotest()
432 count, xfr, file_max); in dotest()
455 if (xfr != csize) { in dotest()
458 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
459 me, xfr, csiz in dotest()
[all...]

Completed in 4 milliseconds