Searched refs:ents1 (Results 1 – 1 of 1) sorted by relevance
194 vector<struct dirent> ents1(1); in TEST_F() local215 ents1[0].d_fileno = 3; in TEST_F()216 ents1[0].d_off = 3000; in TEST_F()217 ents1[0].d_namlen = sizeof(dot); in TEST_F()218 ents1[0].d_type = DT_DIR; in TEST_F()219 strncpy(ents1[0].d_name, dot, ents1[0].d_namlen); in TEST_F()221 expect_readdir(ino, 2000, ents1); in TEST_F()381 vector<struct dirent> ents0(122), ents1(102), ents2(30); in TEST_F() local393 for (auto& it: ents1) { in TEST_F()414 expect_readdir(ino, 123000, ents1); in TEST_F()