Searched refs:RELSRC (Results 1 – 2 of 2) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | rename.cc | 62 const char RELSRC[] = "src"; in TEST_F() local 65 expect_lookup(RELSRC, src_ino, S_IFDIR | 0755, 0, 2); in TEST_F() 77 const char RELSRC[] = "src"; in TEST_F() local 80 EXPECT_LOOKUP(FUSE_ROOT_ID, RELSRC) in TEST_F() 95 const char RELSRC[] = "src"; in TEST_F() local 105 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F() 118 (0 == strcmp(RELSRC, src))); in TEST_F() 134 const char RELSRC[] = "src"; in TEST_F() local 139 expect_lookup(RELSRC, ino, S_IFREG | 0644, 0, 1); in TEST_F() 153 (0 == strcmp(RELSRC, src))); in TEST_F() [all …]
|
H A D | default_permissions.cc | 1070 const char RELSRC[] = "src"; in TEST_F() local 1074 expect_lookup(RELSRC, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1089 const char RELSRC[] = "src"; in TEST_F() local 1094 expect_lookup(RELSRC, src_ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1108 const char RELSRC[] = "src"; in TEST_F() local 1113 expect_lookup(RELSRC, src_ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1125 const char RELSRC[] = "src"; in TEST_F() local 1129 expect_lookup(RELSRC, ino, S_IFREG | 0644, UINT64_MAX); in TEST_F() 1145 const char RELSRC[] = "src"; in TEST_F() local 1150 expect_lookup(RELSRC, ino, S_IFDIR | 0755, UINT64_MAX, 0); in TEST_F() [all …]
|