Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dopenbyid_stress.c85 struct statfs buf_statfs; variable
127 T_ASSERT_POSIX_SUCCESS(statfs(file1, &buf_statfs), "Calling statfs() on %s", file1);
129 …T_LOG("File successfully opened: fsid {%d, %d}, inode %llu", buf_statfs.f_fsid.val[0], buf_statfs.…
149 if ((fd2 = openbyid_np(&buf_statfs.f_fsid, (fsobj_id_t *)&buf_stat.st_ino, 0)) < 0) {
169 if (buf_statfs.f_fsid.val[0] != buf_statfs2.f_fsid.val[0] ||
170 buf_statfs.f_fsid.val[1] != buf_statfs2.f_fsid.val[1] ||