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

/xnu-2422.115.4/bsd/man/man2/
H A DMakefile59 fstatfs.2 \
/xnu-2422.115.4/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.c1312 * Test fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64 system calls.
1432 * related attributes to verify against results from fstatfs and statfs - but only if
1446 /* open to use as test file for fstatfs */
1470 /* testing fstatfs */
1472 my_err = fstatfs( my_fd, my_statfsp );
1474 printf( "fstatfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1481 printf( "fstatfs call failed. could not find valid f_fstypename! \n" );
1487 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
/xnu-2422.115.4/bsd/sys/
H A Dmount.h1286 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs); variable
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2276 fstatfs(__unused proc_t p, struct fstatfs_args *uap, __unused int32_t *retval) function

Completed in 55 milliseconds