Home | History | Annotate | Download | only in swapon

Lines Matching full:cleanup

41 static void cleanup(void);
58 void (*cleanup)(void);
74 if (test->cleanup)
75 test->cleanup();
108 cleanup();
114 SAFE_SETEUID(cleanup, nobody_uid);
119 SAFE_SETEUID(cleanup, 0);
126 tst_sig(FORK, DEF_HANDLER, cleanup);
130 nobody = SAFE_GETPWNAM(cleanup, "nobody");
135 switch ((fs_type = tst_fs_type(cleanup, "."))) {
138 tst_brkm(TCONF, cleanup,
144 SAFE_TOUCH(cleanup, "notswap", 0777, NULL);
145 make_swapfile(cleanup, "swapfile01");
146 make_swapfile(cleanup, "alreadyused");
158 void cleanup(void)