Lines Matching refs:tst_res
80 tst_res(TINFO, "reading the file, compare with expected buffer"); in check_file_data()
96 tst_res(TINFO, "allocate '%zu' bytes", buf_size); in test01()
110 tst_res(TPASS, "test-case succeeded"); in test01()
117 tst_res(TINFO, "read allocated file size '%zu'", alloc_size0); in test02()
118 tst_res(TINFO, "make a hole with FALLOC_FL_PUNCH_HOLE"); in test02()
134 tst_res(TINFO, "check that file has a hole with lseek(,,SEEK_HOLE)"); in test02()
144 tst_res(TINFO, "lseek() doesn't support SEEK_HOLE, " in test02()
151 tst_res(TINFO, "found a hole at '%ld' offset", ret); in test02()
156 tst_res(TINFO, "allocated file size before '%zu' and after '%zu'", in test02()
168 tst_res(TPASS, "test-case succeeded"); in test02()
173 tst_res(TINFO, "zeroing file space with FALLOC_FL_ZERO_RANGE"); in test03()
182 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test03()
198 tst_res(TINFO, "allocated file size before '%zu' and after '%zu'", in test03()
210 tst_res(TPASS, "test-case succeeded"); in test03()
215 tst_res(TINFO, "collapsing file space with FALLOC_FL_COLLAPSE_RANGE"); in test04()
219 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test04()
232 tst_res(TINFO, "allocated file size before '%zu' and after '%zu'", in test04()
250 tst_res(TPASS, "test-case succeeded"); in test04()
255 tst_res(TINFO, "inserting space with FALLOC_FL_INSERT_RANGE"); in test05()
259 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test05()
276 tst_res(TINFO, "allocated file size before '%zu' and after '%zu'", in test05()
288 tst_res(TPASS, "test-case succeeded"); in test05()