fsop_statfs
error = fsop_statfs(vfsp, &st);
extern int fsop_statfs(vfs_t *, statvfs64_t *);
#define VFS_STATVFS(vfsp, sp) fsop_statfs(vfsp, sp)