Home
last modified time | relevance | path

Searched refs:tquad (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c2854 uint64_t tquad; in vfs_nfs_statfs() local
2905 tquad = fxdr_hyper(&stfp->sf_tbytes); /*lint !e571*/ in vfs_nfs_statfs()
2906 sbp->f_blocks = tquad / (uint64_t) NFS_FABLKSIZE; in vfs_nfs_statfs()
2907 tquad = fxdr_hyper(&stfp->sf_fbytes); /*lint !e571*/ in vfs_nfs_statfs()
2908 sbp->f_bfree = tquad / (uint64_t) NFS_FABLKSIZE; in vfs_nfs_statfs()
2909 tquad = fxdr_hyper(&stfp->sf_abytes); /*lint !e571*/ in vfs_nfs_statfs()
2910 sbp->f_bavail = tquad / (uint64_t) NFS_FABLKSIZE; in vfs_nfs_statfs()
2911 tquad = fxdr_hyper(&stfp->sf_tfiles); /*lint !e571*/ in vfs_nfs_statfs()
2912 sbp->f_files = tquad; in vfs_nfs_statfs()
2913 tquad in vfs_nfs_statfs()
[all...]

Completed in 3 milliseconds