VFS_STATVFS
#define VFS_STATVFS(vfsp, sp) (*(vfsp)->vfs_op->vfs_statvfs)(vfsp, sp)
#define VFS_STATVFS(vfsp, sp) fsop_statfs(vfsp, sp)