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

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Drename.cc62 const char RELDST[] = "dst"; local
68 EXPECT_LOOKUP(src_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
95 const char RELDST[] = "dst"; local
109 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
119 (0 == strcmp(RELDST, dst)) &&
134 const char RELDST[] = "dst"; local
143 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
154 (0 == strcmp(RELDST, dst)) &&
163 expect_lookup(RELDST, ino, S_IFREG | 0644, 0, 1);
190 const char RELDST[] local
221 const char RELDST[] = "dst"; local
274 const char RELDST[] = "dst"; local
[all...]
H A Dlink.cc114 const char RELDST[] = "dst"; local
135 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
157 const char RELDST[] = "dst"; local
162 expect_lookup(RELDST, dst_ino);
184 const char RELDST[] = "dst"; local
191 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
213 const char RELDST[] = "dst"; local
220 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
H A Ddefault_permissions.cc883 const char RELDST[] = "d/dst"; local
890 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
902 const char RELDST[] = "dst"; local
911 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
921 const char RELDST[] = "dst"; local
930 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
959 const char RELDST[] = "dst"; local
967 EXPECT_LOOKUP(dstdir_ino, RELDST).WillOnce(Invoke(ReturnErrno(ENOENT)));
981 const char RELDST[] = "dst"; local
987 EXPECT_LOOKUP(FUSE_ROOT_ID, RELDST)
998 const char RELDST[] = "dst"; local
1026 const char RELDST[] = "dst"; local
1044 const char RELDST[] = "dst"; local
[all...]

Completed in 55 milliseconds