Searched refs:mntpoint_src (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 56 static char mntpoint_src[PATH_MAX]; variable 72 SAFE_MOUNT(cleanup, device, mntpoint_src, fs_type, 0, NULL); in main() 74 TEST(mount(mntpoint_src, mntpoint_des, fs_type, MS_MOVE, NULL)); in main() 80 if (!ismount(mntpoint_src) && ismount(mntpoint_des)) in main() 145 snprintf(mntpoint_src, PATH_MAX, "%s/%s", path_name, MNTPOINT_SRC); in setup() 148 SAFE_MKDIR(cleanup, mntpoint_src, DIR_MODE); in setup()
|
D | mount05.c | 50 static const char mntpoint_src[] = "mnt_src"; variable 71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL)); in main() 103 SAFE_MKDIR(cleanup, mntpoint_src, DIR_MODE); in setup() 109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL); in setup() 120 if (tst_umount(mntpoint_src) != 0) in cleanup()
|