dest_path         262 tools/testing/selftests/mount/unprivileged-remount-test.c 	const char *dest_path = "/tmp";
dest_path         297 tools/testing/selftests/mount/unprivileged-remount-test.c 	ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL);
dest_path         300 tools/testing/selftests/mount/unprivileged-remount-test.c 			orig_path, dest_path, strerror(errno));
dest_path         303 tools/testing/selftests/mount/unprivileged-remount-test.c 	ret = mount(dest_path, dest_path, "none",
dest_path         311 tools/testing/selftests/mount/unprivileged-remount-test.c 	remount_mnt_flags = read_mnt_flags(dest_path);
dest_path         314 tools/testing/selftests/mount/unprivileged-remount-test.c 			dest_path, orig_path);