Home
last modified time | relevance | path

Searched refs:mntpoint_des (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mount/
Dmount06.c57 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()
Dmount05.c51 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()