Searched refs:open_proc_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 3364 static int open_proc_fd(struct __test_metadata *const _metadata, const int fd, in TEST_F_FORK() 3397 proc_fd = open_proc_fd(_metadata, reg_fd, O_RDONLY | O_CLOEXEC); in test_make_file() 3401 proc_fd = open_proc_fd(_metadata, reg_fd, O_RDWR | O_CLOEXEC); in test_make_file() 3443 proc_fd = open_proc_fd(_metadata, pipe_fds[1], O_WRONLY | O_CLOEXEC); in test_make_file() 3453 proc_fd = open_proc_fd(_metadata, pipe_fds[0], O_RDONLY | O_CLOEXEC); in TEST_F_FORK() 3560 static int open_proc_fd(struct __test_metadata *const _metadata, const int fd, open_proc_fd() function
|