Home
last modified time | relevance | path

Searched refs:buf_stat (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/vfs/
H A Dopenbyid_stress.c84 struct stat buf_stat; variable
126 T_ASSERT_POSIX_SUCCESS(stat(file1, &buf_stat), "Calling stat() on %s", file1);
129 …: fsid {%d, %d}, inode %llu", buf_statfs.f_fsid.val[0], buf_statfs.f_fsid.val[1], buf_stat.st_ino);
149 if ((fd2 = openbyid_np(&buf_statfs.f_fsid, (fsobj_id_t *)&buf_stat.st_ino, 0)) < 0) {
171 buf_stat2.st_ino != buf_stat.st_ino) {