Lines Matching defs:device
53 static const char *device;
115 device = tst_acquire_device(cleanup);
117 if (!device)
118 tst_brkm(TCONF, cleanup, "Failed to acquire device");
120 tst_mkfs(cleanup, device, fs_type, NULL, NULL);
128 SAFE_MOUNT(cleanup, device, MNT_POINT, fs_type, MS_RDONLY, NULL);
172 tst_resm(TWARN | TERRNO, "umount device:%s failed", device);
174 if (device)
175 tst_release_device(device);