Lines Matching refs:MNTPOINT
40 #define MNTPOINT "mntpoint"
82 SAFE_MKDIR(cleanup, MNTPOINT, DIR_MODE);
93 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL);
96 fd = SAFE_CREAT(cleanup, MNTPOINT "/file", FILE_MODE);
98 TEST(umount2(MNTPOINT, MNT_DETACH));
108 ret = access(MNTPOINT "/file", F_OK);
124 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, 0, NULL);
127 fd = SAFE_OPEN(cleanup, MNTPOINT "/file", O_RDONLY);
146 if (tst_umount(MNTPOINT))
157 if (mount_flag && tst_umount(MNTPOINT))