Searched refs:test_open_rel (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 430 static int test_open_rel(const int dirfd, const char *const path, in test_open_rel() 450 return test_open_rel(AT_FDCWD, path, flags); in test_open() 1861 test_open_rel(dirfd, "..", O_RDONLY)); in TEST_F_FORK() 1862 ASSERT_EQ(0, test_open_rel(dirfd, ".", O_RDONLY)); in TEST_F_FORK() 1866 ASSERT_EQ(0, test_open_rel(dirfd, "./s2d3", O_RDONLY)); in TEST_F_FORK() 1869 ASSERT_EQ(0, test_open_rel(dirfd, "./s1d3", O_RDONLY)); in TEST_F_FORK() 1874 ASSERT_EQ(0, test_open_rel(dirfd, "/..", O_RDONLY)); 1875 ASSERT_EQ(0, test_open_rel(dirfd, "/", O_RDONLY)); 1876 ASSERT_EQ(0, test_open_rel(dirfd, "/f1", O_RDONLY)); 1877 ASSERT_EQ(0, test_open_rel(dirf 429 static int test_open_rel(const int dirfd, const char *const path, test_open_rel() function [all...] |