Searched refs:verify_stat (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | linkat_flags.c | 95 verify_stat(nlink_t file_nlink, nlink_t sym_nlink) in verify_stat() function 160 verify_stat(1, 1); 170 verify_stat(2, 1); 173 verify_stat(2, 2); 176 verify_stat(2, 3); 182 verify_stat(3, 3); 185 verify_stat(4, 3); 188 verify_stat(5, 3); 194 verify_stat(6, 3); 197 verify_stat(6, 4);
|