Searched refs:src_ino (Results 1 – 3 of 3) sorted by relevance
| /src/tests/sys/fs/fusefs/ |
| H A D | rename.cc | 63 uint64_t src_ino = 42; in TEST_F() local 65 expect_lookup(RELSRC, src_ino, S_IFDIR | 0755, 0, 2); in TEST_F() 66 EXPECT_LOOKUP(src_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT))); in TEST_F()
|
| H A D | link.cc | 187 const uint64_t src_ino = 42; in TEST_F() local 213 out.body.entry.nodeid = src_ino; in TEST_F()
|
| H A D | default_permissions.cc | 1090 uint64_t src_ino = 42; in TEST_F() local 1094 expect_lookup(RELSRC, src_ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1109 uint64_t src_ino = 42; in TEST_F() local 1113 expect_lookup(RELSRC, src_ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1186 uint64_t src_ino = 42; in TEST_F() local 1191 expect_lookup(RELSRC, src_ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
|