Searched refs:ino2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | copy_file_range.cc | 155 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 D | allow_other.cc | 223 const static uint64_t ino2 = 43; in TEST_F() local 231 out.body.entry.nodeid = ino2; in TEST_F()
|
| /freebsd/usr.bin/diff/ |
| H A D | diffdir.c | 116 struct inode *ino1 = NULL, *ino2 = NULL; in diffdir() local 156 pos = vscandir(&v2, &ino2, path2, &dirp2, selectfile, alphasort); in diffdir() 237 if (ino2 != NULL) in diffdir() 238 leavedir(&v2, ino2); in diffdir()
|
| /freebsd/contrib/netbsd-tests/fs/psshfs/ |
| H A D | t_psshfs.sh | 155 ino2=\$(stat -f %i \${2}) 156 test \${ino1} -ne \${ino2}
|