Searched refs:fd_context (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | set_layers_via_fds.c | 58 ASSERT_GE(fd_context, 0); in TEST_F() 106 ASSERT_GE(fd_context, 0); in TEST_F() 175 ASSERT_GE(fd_context, 0); in TEST_F() 207 ASSERT_GE(fd_context, 0); in TEST_F() 242 ASSERT_GE(fd_context, 0); in TEST_F() 270 ASSERT_GE(fd_context, 0); in TEST_F() 387 ASSERT_GE(fd_context, 0); in TEST_F() 415 ASSERT_GE(fd_context, 0); in TEST_F() 461 ASSERT_GE(fd_context, 0); in TEST_F() 489 ASSERT_GE(fd_context, 0); in TEST_F() [all …]
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 61 int fd_context; in FIXTURE_SETUP() local 67 fd_context = sys_fsopen("tmpfs", 0); in FIXTURE_SETUP() 68 ASSERT_GE(fd_context, 0); in FIXTURE_SETUP() 70 ASSERT_EQ(sys_fsconfig(fd_context, FSCONFIG_CMD_CREATE, NULL, NULL, 0), 0); in FIXTURE_SETUP() 71 self->fd_tmpfs = sys_fsmount(fd_context, 0, 0); in FIXTURE_SETUP() 73 ASSERT_EQ(close(fd_context), 0); in FIXTURE_SETUP()
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 1750 int fd_context, fd_tmpfs, fd_tree; in TEST_F() local 1752 fd_context = sys_fsopen("tmpfs", 0); in TEST_F() 1753 ASSERT_GE(fd_context, 0); in TEST_F() 1755 ASSERT_EQ(sys_fsconfig(fd_context, FSCONFIG_CMD_CREATE, NULL, NULL, 0), 0); in TEST_F() 1757 fd_tmpfs = sys_fsmount(fd_context, 0, 0); in TEST_F() 1760 EXPECT_EQ(close(fd_context), 0); in TEST_F()
|