Searched refs:fstatfs (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/man/man2/
H A DMakefile63 fstatfs.2 \
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c150 * Test 32-bit inode versions of statfs, fstatfs, and getfsstat system calls.
217 * related attributes to verify against results from fstatfs and statfs - but only if
231 /* open kernel to use as test file for fstatfs */
238 /* testing fstatfs */
240 my_err = fstatfs( my_fd, my_statfsp );
242 printf( "fstatfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
249 printf( "fstatfs call failed. could not find valid f_fstypename! \n" );
255 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
H A Dtests.c1303 * Test fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64 system calls.
1419 * related attributes to verify against results from fstatfs and statfs - but only if
1433 /* open to use as test file for fstatfs */
1455 /* testing fstatfs */
1457 my_err = fstatfs( my_fd, my_statfsp );
1459 printf( "fstatfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1466 printf( "fstatfs call failed. could not find valid f_fstypename! \n" );
1472 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
/xnu-2782.1.97/bsd/sys/
H A Dmount.h1300 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs); variable
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c2424 fstatfs(__unused proc_t p, struct fstatfs_args *uap, __unused int32_t *retval) function

Completed in 67 milliseconds