tquad 121 nfs/nfs_vfsops.c u_quad_t tquad; tquad 147 nfs/nfs_vfsops.c tquad = fxdr_hyper(&sfp->sf_tbytes); tquad 148 nfs/nfs_vfsops.c sbp->f_blocks = (u_int32_t)(tquad / (u_quad_t)NFS_FABLKSIZE); tquad 149 nfs/nfs_vfsops.c tquad = fxdr_hyper(&sfp->sf_fbytes); tquad 150 nfs/nfs_vfsops.c sbp->f_bfree = (u_int32_t)(tquad / (u_quad_t)NFS_FABLKSIZE); tquad 151 nfs/nfs_vfsops.c tquad = fxdr_hyper(&sfp->sf_abytes); tquad 152 nfs/nfs_vfsops.c sbp->f_bavail = (int32_t)((quad_t)tquad / (quad_t)NFS_FABLKSIZE);