Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc155 const uint64_t ino2 = 43; in TEST_F() local
166 expect_lookup(RELPATH2, ino2, S_IFREG | 0644, fsize2, 1); in TEST_F()
168 expect_open(ino2, 0, 1, fh2); in TEST_F()
175 in.body.copy_file_range.nodeid_out == ino2 && in TEST_F()
202 const uint64_t ino2 = 43; in TEST_F() local
216 expect_lookup(RELPATH2, ino2, S_IFREG | 0644, fsize2, 1); in TEST_F()
218 expect_open(ino2, 0, 1, fh2); in TEST_F()
219 expect_read(ino2, start2, m_maxbcachebuf, m_maxbcachebuf, buf0, -1, in TEST_F()
227 in.body.copy_file_range.nodeid_out == ino2 && in TEST_F()
255 expect_read(ino2, start2, m_maxbcachebuf, m_maxbcachebuf, buf1, -1, in TEST_F()
[all …]
H A Dallow_other.cc226 const static uint64_t ino2 = 43; in TEST_F() local
234 out.body.entry.nodeid = ino2; in TEST_F()
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh155 ino2=\$(stat -f %i \${2})
156 test \${ino1} -ne \${ino2}