Home
last modified time | relevance | path

Searched refs:expect_lookup (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12-stable/tests/sys/fs/fusefs/
Ddefault_permissions.cc133 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup() function in DefaultPermissions
136 FuseTest::expect_lookup(relpath, ino, mode, 0, 1, attr_valid, uid, gid); in expect_lookup()
259 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
273 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0); in TEST_F()
293 expect_lookup(RELPATH, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F()
314 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, uid); in TEST_F()
345 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, uid); in TEST_F()
374 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, geteuid()); in TEST_F()
402 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, uid, gid); in TEST_F()
436 expect_lookup(RELPATH, ino, S_IFREG | mode, UINT64_MAX, uid, gid); in TEST_F()
[all …]
Dunlink.cc44 void expect_lookup(const char *relpath, uint64_t ino, int times, int nlink=1) in expect_lookup() function in Unlink
76 expect_lookup(RELPATH0, ino, 1, 2); in TEST_F()
77 expect_lookup(RELPATH1, ino, 1, 2); in TEST_F()
106 expect_lookup(RELPATH, ino, 1, 2); in TEST_F()
140 expect_lookup(RELPATH, ino, 1); in TEST_F()
156 expect_lookup(RELPATH, ino, 2, 2); in TEST_F()
175 expect_lookup(RELPATH0, ino, 1, 2); in TEST_F()
184 expect_lookup(RELPATH1, ino, 1, 1); in TEST_F()
205 expect_lookup(RELPATH, ino, 1); in TEST_F()
224 expect_lookup(RELPATH0, ino, 2); in TEST_F()
[all …]
Dxattr.cc178 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
198 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
231 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
248 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
272 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
297 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
320 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
340 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
365 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
461 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
[all …]
Dopendir.cc47 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Opendir
49 FuseTest::expect_lookup(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
91 expect_lookup(RELPATH, ino); in TEST_F()
114 expect_lookup(RELPATH, ino); in TEST_F()
128 expect_lookup(RELPATH, ino); in TEST_F()
148 expect_lookup(RELPATH, ino); in TEST_F()
166 expect_lookup(RELPATH, ino); in TEST_F()
Daccess.cc54 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Access
56 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, 1); in expect_lookup()
100 expect_lookup(RELPATH, ino); in TEST_F()
156 expect_lookup(RELPATH, ino); in TEST_F()
176 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
190 expect_lookup(RELPATH, ino); in TEST_F()
214 expect_lookup(RELPATH, ino); in TEST_F()
232 expect_lookup(RELPATH, ino); in TEST_F()
254 expect_lookup(RELPATH, ino); in TEST_F()
298 expect_lookup(RELPATH, ino); in TEST_F()
Dfsyncdir.cc73 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in FsyncDir
75 FuseTest::expect_lookup(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
98 expect_lookup(RELPATH, ino); in TEST_F()
121 expect_lookup(RELPATH, ino); in TEST_F()
145 expect_lookup(RELPATH, ino); in TEST_F()
166 expect_lookup(RELPATH, ino); in TEST_F()
188 expect_lookup(RELPATH, ino); in TEST_F()
Dflush.cc61 void expect_lookup(const char *relpath, uint64_t ino, int times) in expect_lookup() function in Flush
63 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times); in expect_lookup()
99 expect_lookup(RELPATH, ino, 2); in TEST_F()
129 expect_lookup(RELPATH, ino, 1); in TEST_F()
154 expect_lookup(RELPATH0, ino0, 1); in TEST_F()
160 expect_lookup(RELPATH1, ino1, 1); in TEST_F()
183 expect_lookup(RELPATH, ino, 1); in TEST_F()
207 expect_lookup(RELPATH, ino, 2); in TEST_F()
Drelease.cc46 void expect_lookup(const char *relpath, uint64_t ino, int times) in expect_lookup() function in Release
48 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times); in expect_lookup()
84 expect_lookup(RELPATH, ino, 1); in TEST_F()
114 expect_lookup(RELPATH, ino, 1); in TEST_F()
136 expect_lookup(RELPATH, ino, 1); in TEST_F()
159 expect_lookup(RELPATH, ino, 2); in TEST_F()
182 expect_lookup(RELPATH, ino, 1); in TEST_F()
203 expect_lookup(RELPATH, ino, 1); in TEST_F()
Dfsync.cc74 void expect_lookup(const char *relpath, uint64_t ino, int times = 1) in expect_lookup() function in Fsync
76 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times); in expect_lookup()
106 expect_lookup(RELPATH, ino); in TEST_F()
139 expect_lookup(RELPATH, ino); in TEST_F()
175 expect_lookup(RELPATH, ino); in TEST_F()
203 expect_lookup(RELPATH, ino); in TEST_F()
228 expect_lookup(RELPATH, ino); in TEST_F()
250 expect_lookup(RELPATH, ino); in TEST_F()
273 expect_lookup(RELPATH, ino, 2); in TEST_F()
Dreleasedir.cc46 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in ReleaseDir
48 FuseTest::expect_lookup(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
60 expect_lookup(RELPATH, ino); in TEST_F()
92 expect_lookup(RELPATH, ino); in TEST_F()
110 expect_lookup(RELPATH, ino); in TEST_F()
Dlocks.cc50 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size = 0) in expect_lookup() function in Fallback
52 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
143 expect_lookup(RELPATH, ino); in TEST_F()
164 expect_lookup(RELPATH, ino); in TEST_F()
182 expect_lookup(RELPATH, ino); in TEST_F()
201 expect_lookup(RELPATH, ino); in TEST_F()
224 expect_lookup(RELPATH, ino); in TEST_F()
252 expect_lookup(RELPATH, ino); in TEST_F()
313 expect_lookup(RELPATH, ino); in TEST_F()
370 expect_lookup(RELPATH, ino, 1024); in TEST_F()
[all …]
Dwrite.cc72 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size) in expect_lookup() function in Write
74 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
131 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size) in expect_lookup() function in Write_7_8
218 expect_lookup(RELPATH, ino, 0); in TEST_F()
259 expect_lookup(RELPATH, ino, initial_offset); in TEST_F()
291 expect_lookup(RELPATH, ino, oldsize); in TEST_F()
321 expect_lookup(RELPATH, ino, initial_offset); in TEST_F()
344 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
388 expect_lookup(RELPATH, ino, 0); in TEST_F()
413 expect_lookup(RELPATH, ino, 0); in TEST_F()
[all …]
Dreadlink.cc46 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Readlink
48 FuseTest::expect_lookup(relpath, ino, S_IFLNK | 0777, 0, 1); in expect_lookup()
77 expect_lookup(RELPATH, ino); in TEST_F()
92 expect_lookup(RELPATH, ino); in TEST_F()
112 expect_lookup(RELPATH, ino); in TEST_F()
Dread.cc56 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size) in expect_lookup() function in Read
58 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, size, 1); in expect_lookup()
69 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size) in expect_lookup() function in Read_7_8
163 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
199 expect_lookup(RELPATH, ino, 131072); in TEST_F()
282 expect_lookup(RELPATH, ino, fsize); in TEST_F()
353 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
387 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
424 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
472 expect_lookup(RELPATH, ino, bufsize); in TEST_F()
[all …]
Dreaddir.cc46 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Readdir
48 FuseTest::expect_lookup(relpath, ino, S_IFDIR | 0755, 0, 1); in expect_lookup()
59 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Readdir_7_8
79 expect_lookup(RELPATH, ino); in TEST_F()
128 expect_lookup(RELPATH, ino); in TEST_F()
164 expect_lookup(RELPATH, ino); in TEST_F()
204 expect_lookup(RELPATH, ino); in TEST_F()
257 FuseTest::expect_lookup(RELPATH, ino, S_IFDIR | 0755, 0, 2); in TEST_F()
302 expect_lookup(RELPATH, ino); in TEST_F()
368 expect_lookup(RELPATH, ino); in TEST_F()
[all …]
Drename.cc67 expect_lookup(RELSRC, src_ino, S_IFDIR | 0755, 0, 2); in TEST_F()
107 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F()
141 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F()
163 expect_lookup(RELDST, ino, S_IFREG | 0644, 0, 1); in TEST_F()
178 expect_lookup(RELB, b_ino, S_IFREG | 0644, 0, 2); in TEST_F()
196 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F()
231 expect_lookup(RELSRC, ino, S_IFDIR | 0755, 0, 1); in TEST_F()
316 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F()
317 expect_lookup(RELDST, dst_ino, S_IFREG | 0644, 0, 1); in TEST_F()
Drmdir.cc45 void expect_lookup(const char *relpath, uint64_t ino, int times=1) in expect_lookup() function in Rmdir
86 expect_lookup(RELPATH, ino); in TEST_F()
123 expect_lookup(RELPATH, ino); in TEST_F()
138 expect_lookup(RELPATH, ino, 2); in TEST_F()
157 expect_lookup(RELPATH, ino); in TEST_F()
Dnotify.cc67 void expect_lookup(uint64_t parent, const char *relpath, uint64_t ino, in expect_lookup() function in Notify
191 expect_lookup(FUSE_ROOT_ID, RELPATH, ino0, 0, seq); in TEST_F()
192 expect_lookup(FUSE_ROOT_ID, RELPATH, ino1, 0, seq); in TEST_F()
241 expect_lookup(dir_ino, FNAME, ino0, 0, seq); in TEST_F()
242 expect_lookup(dir_ino, FNAME, ino1, 0, seq); in TEST_F()
275 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, 0, seq); in TEST_F()
344 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, size0, seq); in TEST_F()
426 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, size1, seq); in TEST_F()
463 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, 0, seq); in TEST_F()
506 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, 0, seq); in TEST_F()
Dbmap.cc71 void expect_lookup(const char *relpath, uint64_t ino, off_t size) in expect_lookup() function in Bmap
73 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, size, 1, in expect_lookup()
94 expect_lookup(RELPATH, 42, filesize); in TEST_F()
122 expect_lookup(RELPATH, 42, filesize); in TEST_F()
193 FuseTest::expect_lookup(RELPATH, ino, mode, filesize, 1, 0); in TEST_P()
Ddefault_permissions_privileged.cc93 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup() function in DefaultPermissionsPrivileged
96 FuseTest::expect_lookup(relpath, ino, mode, 0, 1, attr_valid, uid, gid); in expect_lookup()
112 expect_lookup(RELPATH, ino, S_IFREG | oldmode, UINT64_MAX, geteuid()); in TEST_F()
Dopen.cc56 FuseTest::expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in test_ok()
114 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
143 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
171 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 2); in TEST_F()
Dcache.cc103 void expect_lookup(const char *relpath, uint64_t ino, in expect_lookup() function in Cache
165 expect_lookup(RELPATH, ino, osize, entry_valid, attr_valid); in TEST_P()
184 expect_lookup(RELPATH, ino, nsize, entry_valid, attr_valid); in TEST_P()
Dgetattr.cc46 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup() function in Getattr
119 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1, 0, 0); in TEST_F()
152 expect_lookup(RELPATH, ino, S_IFREG | 0644, 1, 1, 0, 0); in TEST_F()
181 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1, 0, 0); in TEST_F()
207 expect_lookup(RELPATH, ino, S_IFREG | 0644, 1, 1, 0, 0); in TEST_F()
Dallow_other.cc85 expect_lookup(RELPATH, ino, S_IFREG | 0644, 0, 1); in TEST_F()
143 expect_lookup(RELPATH, ino, S_IFREG | 0600, 0, 2); in TEST_F()
228 expect_lookup(RELPATH, ino, S_IFDIR | 0755, 0, 1); in TEST_F()
Dlink.cc65 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Link
67 FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, 1); in expect_lookup()
99 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() function in Link_7_8
162 expect_lookup(RELDST, dst_ino); in TEST_F()

12