Searched refs:expect_getattr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/tests/sys/fs/fusefs/ |
| H A D | default_permissions.cc | 279 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 293 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, 0, 1); in TEST_F() 295 expect_getattr(ino, S_IFREG | 0644, 0, 1); in TEST_F() 313 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 519 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 563 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 596 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0777, UINT64_MAX, 1); in TEST_F() 611 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 626 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() 640 expect_getattr(FUSE_ROOT_ID, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F() [all …]
|
| H A D | cache.cc | 83 void expect_getattr(uint64_t ino, int times, uint64_t size, uint64_t attr_valid) in expect_getattr() function in Cache 166 expect_getattr(ino, 2, osize, attr_valid); in TEST_P() 189 expect_getattr(ino, 1, nsize, attr_valid); in TEST_P()
|
| H A D | default_permissions_privileged.cc | 70 void expect_getattr(uint64_t ino, mode_t mode, uint64_t attr_valid, int times, in expect_getattr() function in DefaultPermissionsPrivileged 109 expect_getattr(1, S_IFDIR | 0755, UINT64_MAX, 1); in TEST_F()
|
| H A D | utils.hh | 145 void expect_getattr(uint64_t ino, uint64_t size);
|
| H A D | read.cc | 684 expect_getattr(ino, offset + partbufsize); in TEST_F() 714 expect_getattr(ino, m_maxbcachebuf); in TEST_F() 1000 expect_getattr(ino, bufsize); in TEST_F()
|
| H A D | utils.cc | 272 void FuseTest::expect_getattr(uint64_t ino, uint64_t size) in expect_getattr() function in FuseTest
|
| H A D | write.cc | 442 expect_getattr(ino, some_other_size); in TEST_F()
|