Searched refs:mntpoint_des (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 57 static char mntpoint_des[PATH_MAX]; variable 74 TEST(mount(mntpoint_src, mntpoint_des, fs_type, MS_MOVE, NULL)); in main() 80 if (!ismount(mntpoint_src) && ismount(mntpoint_des)) in main() 85 TEST(tst_umount(mntpoint_des)); in main() 146 snprintf(mntpoint_des, PATH_MAX, "%s/%s", path_name, MNTPOINT_DES); in setup() 149 SAFE_MKDIR(cleanup, mntpoint_des, DIR_MODE); in setup()
|
D | mount05.c | 51 static const char mntpoint_des[] = "mnt_des"; variable 71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL)); in main() 84 TEST(tst_umount(mntpoint_des)); in main() 104 SAFE_MKDIR(cleanup, mntpoint_des, DIR_MODE); in setup()
|