Home
last modified time | relevance | path

Searched refs:vfs_get_statfs64 (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/sys/ !
H A Dmount.h1448 void vfs_get_statfs64(struct mount *mp, struct statfs64 *sfs);
/xnu-10063.141.1/bsd/vfs/ !
H A Dvfs_syscalls.c3561 vfs_get_statfs64(struct mount *mp, struct statfs64 *sfs) in vfs_get_statfs64() function
3637 vfs_get_statfs64(mp, sfsp); in statfs64()
3694 vfs_get_statfs64(mp, &sfs); in fstatfs64()
3935 vfs_get_statfs64(mp, &sfs); in getfsstat64_callback()
H A Dvfs_subr.c4986 vfs_get_statfs64(mp, sfs); in sysctl_vfs_ctlbyfsid()