Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c89 static const char file1_s2d2[] = TMP_DIR "/s2d1/s2d2/f1"; variable
368 create_file(_metadata, file1_s2d2); in create_layout1()
394 EXPECT_EQ(0, remove_path(file1_s2d2)); in remove_layout1()
466 ASSERT_EQ(0, test_open(file1_s2d2, O_RDONLY)); in TEST_F_FORK()
874 .path = file1_s2d2, in TEST_F_FORK()
905 ASSERT_EQ(0, test_open(file1_s2d2, O_RDONLY)); in TEST_F_FORK()
908 reg_fd = open(file1_s2d2, O_RDWR | O_CLOEXEC); in TEST_F_FORK()
917 reg_fd = open(file1_s2d2, O_RDONLY | O_CLOEXEC); in TEST_F_FORK()
2334 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK()
2346 ASSERT_EQ(0, renameat2(AT_FDCWD, file1_s2d2, AT_FDCW in TEST_F_FORK()
[all...]