Lines Matching defs:device
56 static const char *device;
102 device = tst_acquire_device(cleanup);
104 if (!device)
105 tst_brkm(TCONF, cleanup, "Failed to obtain block device");
107 tst_mkfs(cleanup, device, fs_type, NULL, NULL);
110 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL);
152 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY,
161 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT, NULL);
181 tst_resm(TWARN | TERRNO, "umount device:%s failed", device);
183 if (device)
184 tst_release_device(device);