Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Dstatfs_ext.c97 T_ASSERT_POSIX_SUCCESS(fstatfs(fd, &sfs), "Calling fstafs()"); in statfs_compare()
H A Dopenbyid_stress.c155 if ((error = fstatfs(fd2, &buf_statfs2)) < 0) {
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile73 fstatfs.2 \
/xnu-12377.1.9/libsyscall/wrappers/
H A Dstatfs_ext.c40 ret = fstatfs(fd, buf); in __statfs_ext_default()
/xnu-12377.1.9/bsd/sys/
H A Dmount.h1531 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c3733 fstatfs(proc_t p, struct fstatfs_args *uap, __unused int32_t *retval) in fstatfs() function