Searched refs:dst_ino (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/tests/sys/fs/fusefs/
H A Dlink.cc156 uint64_t dst_ino = 42; local
160 expect_lookup(RELDST, dst_ino);
167 in.body.link.oldnodeid == dst_ino &&
188 const uint64_t dst_ino = 43; local
197 out.body.entry.nodeid = dst_ino;
207 in.body.link.oldnodeid == dst_ino &&
H A Drename.cc310 uint64_t dst_ino = 2; local
315 expect_lookup(RELDST, dst_ino, S_IFREG | 0644, 0, 1);
H A Ddefault_permissions.cc1188 uint64_t dst_ino = 44; local
1197 out.body.entry.nodeid = dst_ino;
1215 uint64_t dst_ino = 2; local
1220 expect_lookup(RELDST, dst_ino, S_IFREG | 0644, UINT64_MAX);

Completed in 205 milliseconds