Searched refs:statfs64 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | mount.h | 129 struct statfs64 __DARWIN_STRUCT_STATFS64; 1438 void vfs_get_statfs64(struct mount *mp, struct statfs64 *sfs); 1500 int fstatfs64(int, struct statfs64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __… 1505 int getfsstat64(struct statfs64 *, int, int) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_1… 1512 int getmntinfo64(struct statfs64 **, int) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6… 1518 int statfs64(const char *, struct statfs64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_…
|
| /xnu-8792.61.2/bsd/man/man2/ |
| H A D | Makefile | 232 statfs64.2 \
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 3481 vfs_get_statfs64(struct mount *mp, struct statfs64 *sfs) in vfs_get_statfs64() 3513 statfs64(__unused struct proc *p, struct statfs64_args *uap, __unused int32_t *retval) in statfs64() function 3518 struct statfs64 *sfsp; in statfs64() 3523 struct statfs64 sfs; in statfs64() 3578 struct statfs64 sfs; in fstatfs64() 3825 struct statfs64 sfs; in getfsstat64_callback() 3875 maxcount = uap->bufsize / sizeof(struct statfs64); in getfsstat64()
|
| H A D | vfs_subr.c | 4633 struct statfs64 sfs64; in sysctl_vfs_ctlbyfsid() 4744 struct statfs64 *sfs = &sfsbuf->sfs64; in sysctl_vfs_ctlbyfsid()
|