• Home
  • Raw
  • Download

Lines Matching refs:cleanup

58 static void cleanup(void)  in cleanup()  function
68 SAFE_FSTAT(cleanup, fd, &file_stat); in get_blocksize()
80 SAFE_FSTAT(cleanup, fd, &file_stat); in get_allocsize()
98 fd = SAFE_OPEN(cleanup, fname, O_RDWR | O_CREAT, 0700); in setup()
109 SAFE_LSEEK(cleanup, fd, 0, SEEK_SET); in check_file_data()
110 SAFE_READ(cleanup, 1, fd, rbuf, size); in check_file_data()
117 tst_brkm(TFAIL, cleanup, "not expected file data"); in check_file_data()
127 tst_brkm(TCONF, cleanup, "fallocate() not supported"); in test01()
128 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate() failed"); in test01()
135 SAFE_WRITE(cleanup, 1, fd, buf, buf_size); in test01()
148 tst_brkm(TCONF, cleanup, in test02()
155 tst_brkm(TCONF, cleanup, in test02()
158 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate() failed"); in test02()
167 tst_brkm(TFAIL | TERRNO, cleanup, in test02()
174 tst_brkm(TBROK | TERRNO, cleanup, in test02()
186 tst_brkm(TFAIL, cleanup, "not expected allocated size"); in test02()
203 tst_brkm(TCONF, cleanup, in test03()
214 tst_brkm(TCONF, cleanup, in test03()
217 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate failed"); in test03()
228 tst_brkm(TFAIL, cleanup, "not expected allocated size"); in test03()
251 tst_brkm(TCONF, cleanup, in test04()
254 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate failed"); in test04()
262 tst_brkm(TFAIL, cleanup, "not expected allocated size"); in test04()
291 tst_brkm(TCONF, cleanup, in test05()
294 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate failed"); in test05()
299 tst_brkm(TFAIL | TERRNO, cleanup, "fallocate failed"); in test05()
306 tst_brkm(TFAIL, cleanup, "not expected allocated size"); in test05()
334 cleanup(); in main()