Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/landlock/
Dfs_test.c31 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2"; variable
186 create_file(_metadata, file2_s1d1); in create_layout1()
207 EXPECT_EQ(0, remove_path(file2_s1d1)); in remove_layout1()
271 ASSERT_EQ(0, test_open(file2_s1d1, O_RDONLY)); in TEST_F_FORK()
1599 ASSERT_EQ(-1, link(file2_s1d1, file1_s1d1)); in TEST_F_FORK()
1822 ASSERT_EQ(0, unlink(file2_s1d1)); in test_make_file()
1823 ASSERT_EQ(0, mknod(file2_s1d1, mode | 0400, dev)) { in test_make_file()
1825 file2_s1d1, strerror(errno)); in test_make_file()
1839 ASSERT_EQ(-1, link(file2_s1d1, file1_s1d1)); in test_make_file()
1841 ASSERT_EQ(-1, rename(file2_s1d1, file1_s1d1)); in test_make_file()
[all …]