Lines Matching refs:FSTEST_MNTNAME
74 #ifndef FSTEST_MNTNAME
75 #define FSTEST_MNTNAME "/mnt" macro
83 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \
92 if (_fs_##_fstest_mount(_tc_, _args_, FSTEST_MNTNAME, 0) != 0) \
98 if (_fs_##_fstest_unmount(_tc_, FSTEST_MNTNAME, 0) != 0) { \
99 rump_pub_vfs_mount_print(FSTEST_MNTNAME, 1); \
121 func(tc,FSTEST_MNTNAME); \
122 if (fs##_fstest_unmount(tc, FSTEST_MNTNAME, 0) != 0) { \
123 rump_pub_vfs_mount_print(FSTEST_MNTNAME, 1); \
143 _gen_(tc,FSTEST_MNTNAME); \
144 if (_fs_##_fstest_unmount(tc, FSTEST_MNTNAME, 0) != 0) \
147 FSTEST_MNTNAME, MNT_RDONLY) != 0) \
149 _func_(tc,FSTEST_MNTNAME); \
150 if (_fs_##_fstest_unmount(tc, FSTEST_MNTNAME, 0) != 0) {\
151 rump_pub_vfs_mount_print(FSTEST_MNTNAME, 1); \
294 if (rump_sys_chdir(FSTEST_MNTNAME) == -1) \