Searched refs:fd_work (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | set_layers_via_fds.c | 168 int fd_context, fd_tmpfs, fd_overlay, fd_work, fd_upper, fd_lower; in TEST_F() local 192 fd_work = openat(fd_tmpfs, "w", O_DIRECTORY); in TEST_F() 193 ASSERT_GE(fd_work, 0); in TEST_F() 209 ASSERT_EQ(sys_fsconfig(fd_context, FSCONFIG_SET_FD, "workdir", NULL, fd_work), 0); in TEST_F() 210 ASSERT_EQ(close(fd_work), 0); in TEST_F() 531 int fd_context, fd_tmpfs, fd_overlay, fd_work, fd_upper, fd_lower; in TEST_F() local 555 fd_work = openat(fd_tmpfs, "w", O_DIRECTORY | O_PATH); in TEST_F() 556 ASSERT_GE(fd_work, 0); in TEST_F() 572 ASSERT_EQ(sys_fsconfig(fd_context, FSCONFIG_SET_FD, "workdir", NULL, fd_work), 0); in TEST_F() 573 ASSERT_EQ(close(fd_work), 0); in TEST_F()
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 477 fsconfig(fs_fd, FSCONFIG_SET_FD, "workdir", NULL, fd_work);
|