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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile57 fstatfs.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h643 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs); variable
H A Dsysproto.h1836 int fstatfs(struct proc *, struct fstatfs_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c248 {AC(fstatfs_args), 0, 0, (sy_call_t *)fstatfs, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 158 = fstatfs */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1201 * Test fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64 system calls.
1311 * related attributes to verify against results from fstatfs and statfs - but only if
1325 /* open kernel to use as test file for fstatfs */
1347 /* testing fstatfs */
1349 my_err = fstatfs( my_fd, my_statfsp );
1351 printf( "fstatfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1358 printf( "fstatfs call failed. could not find valid f_fstypename! \n" );
1364 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1445 fstatfs(__unused proc_t p, struct fstatfs_args *uap, __unused register_t *retval) function

Completed in 103 milliseconds