Searched refs:expect_removexattr (Results 1 – 2 of 2) sorted by relevance
| /src/tests/sys/fs/fusefs/ |
| H A D | xattr.cc | 90 void expect_removexattr(uint64_t ino, const char *attr, int error) in expect_removexattr() function in Xattr 722 expect_removexattr(ino, "user.foo", ENOATTR); in TEST_F() 739 expect_removexattr(ino, "user.foo", ENOSYS); in TEST_F() 756 expect_removexattr(ino, "user.foo", 0); in TEST_F() 769 expect_removexattr(ino, "system.foo", 0); in TEST_F()
|
| H A D | default_permissions.cc | 181 void expect_removexattr() in expect_removexattr() function in Deleteextattr 642 expect_removexattr(); in TEST_F() 727 expect_removexattr(); in TEST_F()
|