Lines Matching refs:tst_brk
104 tst_brk(TBROK, "Write missing bytes expect %d got %ld", iosize, res);
107 tst_brk(TBROK, "Write error: %s", tst_strerrno(-res2));
118 tst_brk(TCONF, "Out of runtime!");
129 tst_brk(TBROK, "Read missing bytes expect %d got %ld", iosize, res);
132 tst_brk(TBROK, "Read error: %s", tst_strerrno(-res2));
139 tst_brk(TBROK, "io_submit error: %s", tst_strerrno(-w));
150 tst_brk(TBROK, "io_getevents() failed: %s", tst_strerrno(-n));
193 tst_brk(TBROK, "io_submit write error: %s", tst_strerrno(-rc));
208 tst_brk(TBROK, "Invalid number of I/O '%s'", str_aionum);
217 tst_brk(TBROK, "Invalid write blocks size '%s'", str_aio_blksize);
224 tst_brk(TCONF, "O_DIRECT not supported on tmpfs");
237 tst_brk(TCONF, "Block size is not multiple of drive block size");
240 tst_brk(TBROK, "Invalid file size '%s'", str_filesize);