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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile69 getfsstat.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h360 * waitfor flags to vfs_sync() and getfsstat()
648 int getfsstat(struct statfs *, int, int) __DARWIN_INODE64(getfsstat); variable
H A Dsysproto.h1718 int getfsstat(struct proc *, struct getfsstat_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c68 {AC(getfsstat_args), 0, 0, (sy_call_t *)getfsstat, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 18 = getfsstat */
/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.
1253 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
1255 printf( "getfsstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1271 printf( "getfsstat call failed. could not find valid f_fstypename! \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1635 getfsstat(__unused proc_t p, struct getfsstat_args *uap, int *retval) function

Completed in 65 milliseconds