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

/freebsd-current/tests/sys/fs/fusefs/
H A Drename.cc60 const char RELDST[] = "dst"; local
66 EXPECT_LOOKUP(src_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
93 const char RELDST[] = "dst"; local
107 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
117 (0 == strcmp(RELDST, dst)) &&
132 const char RELDST[] = "dst"; local
141 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
152 (0 == strcmp(RELDST, dst)) &&
161 expect_lookup(RELDST, ino, S_IFREG | 0644, 0, 1);
188 const char RELDST[] local
219 const char RELDST[] = "dst"; local
306 const char RELDST[] = "dst"; local
[all...]
H A Dlink.cc112 const char RELDST[] = "dst"; local
133 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
155 const char RELDST[] = "dst"; local
160 expect_lookup(RELDST, dst_ino);
186 const char RELDST[] = "dst"; local
193 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
229 const char RELDST[] = "dst"; local
236 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
258 const char RELDST[] = "dst"; local
265 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
[all...]
H A Ddefault_permissions.cc1068 const char RELDST[] = "d/dst"; local
1075 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
1087 const char RELDST[] = "dst"; local
1096 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
1106 const char RELDST[] = "dst"; local
1115 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
1144 const char RELDST[] = "dst"; local
1152 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
1166 const char RELDST[] = "dst"; local
1172 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
1183 const char RELDST[] = "dst"; local
1211 const char RELDST[] = "dst"; local
1229 const char RELDST[] = "dst"; local
[all...]

Completed in 115 milliseconds