Home
last modified time | relevance | path

Searched refs:ents0 (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc193 vector<struct dirent> ents0(2); in TEST_F() local
205 ents0[0].d_fileno = 2; in TEST_F()
206 ents0[0].d_off = 2000; in TEST_F()
207 ents0[0].d_namlen = sizeof(dotdot); in TEST_F()
208 ents0[0].d_type = DT_DIR; in TEST_F()
209 strncpy(ents0[0].d_name, dotdot, ents0[0].d_namlen); in TEST_F()
210 expect_readdir(ino, 0, ents0); in TEST_F()
211 ents0[1].d_fileno = 3; in TEST_F()
212 ents0[1].d_off = 3000; in TEST_F()
213 ents0[1].d_namlen = sizeof(dot); in TEST_F()
[all …]