Lines Matching refs:tquad
2854 uint64_t tquad;
2905 tquad = fxdr_hyper(&stfp->sf_tbytes); /*lint !e571*/
2906 sbp->f_blocks = tquad / (uint64_t) NFS_FABLKSIZE;
2907 tquad = fxdr_hyper(&stfp->sf_fbytes); /*lint !e571*/
2908 sbp->f_bfree = tquad / (uint64_t) NFS_FABLKSIZE;
2909 tquad = fxdr_hyper(&stfp->sf_abytes); /*lint !e571*/
2910 sbp->f_bavail = tquad / (uint64_t) NFS_FABLKSIZE;
2911 tquad = fxdr_hyper(&stfp->sf_tfiles); /*lint !e571*/
2912 sbp->f_files = tquad;
2913 tquad = fxdr_hyper(&stfp->sf_ffiles); /*lint !e571*/
2914 sbp->f_ffree = tquad;