Lines Matching defs:device
51 static const char *device;
148 device = tst_acquire_device(cleanup);
150 if (!device)
151 tst_brkm(TCONF, cleanup, "Failed to acquire device");
169 tst_mkfs(cleanup, device, fs_type, NULL, NULL);
172 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type, 0, NULL);
190 SAFE_MOUNT(cleanup, device, "mntpoint", fs_type,
198 tst_resm(TWARN | TERRNO, "umount device:%s failed", device);
200 if (device)
201 tst_release_device(device);