Searched refs:dir_s3d2 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 97 static const char dir_s3d2[] = TMP_DIR "/s3d1/s3d2"; variable 373 create_directory(_metadata, dir_s3d2); in create_layout1() 375 ASSERT_EQ(0, mount_opt(&mnt_tmp, dir_s3d2)); in create_layout1() 402 umount(dir_s3d2); in remove_layout1() 404 EXPECT_EQ(0, remove_path(dir_s3d2)); in remove_layout1() 471 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK() 1554 .path = dir_s3d2, in TEST_F_FORK() 1570 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK() 1599 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK() 1669 ASSERT_EQ(0, syscall(__NR_pivot_root, dir_s3d2, dir_s3d3)) in TEST_F_FORK() [all …]
|