Lines Matching refs:mntpoint
48 static char *mntpoint = "mntpoint";
58 SAFE_MOUNT(tst_device->dev, mntpoint, tst_device->fs_type, 0, NULL);
72 TEST(tst_umount(mntpoint));
133 SAFE_MKDIR(mntpoint, DIR_MODE);
135 SAFE_MOUNT(tst_device->dev, mntpoint, tst_device->fs_type, 0, NULL);
138 sprintf(fname, "%s/tfile_%d", mntpoint, getpid());
152 tst_umount(mntpoint);
162 TEST(tst_umount(mntpoint));
165 mntpoint);