Lines Matching defs:cleanup
41 static void cleanup(void);
78 cleanup();
96 device = tst_acquire_device(cleanup);
99 tst_brkm(TCONF, cleanup, "Failed to obtain block device");
101 tst_mkfs(cleanup, device, fs_type, NULL, NULL);
103 SAFE_MKDIR(cleanup, MNTPOINT, DIR_MODE);
105 SAFE_SYMLINK(cleanup, MNTPOINT, SYMLINK);
112 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL);
124 tst_brkm(TBROK, cleanup, "umount() failed");
158 static void cleanup(void)