Searched refs:NFS_FABLKSIZE (Results 1 – 9 of 9) sorted by relevance
154 sbp->f_bsize = NFS_FABLKSIZE; in nfs_statfs()156 sbp->f_blocks = tquad / (u_quad_t)NFS_FABLKSIZE; in nfs_statfs()158 sbp->f_bfree = tquad / (u_quad_t)NFS_FABLKSIZE; in nfs_statfs()160 sbp->f_bavail = (quad_t)tquad / (quad_t)NFS_FABLKSIZE; in nfs_statfs()217 nmp->nm_wsize = (pref + NFS_FABLKSIZE - 1) & in nfs_fsinfo()218 ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()221 nmp->nm_wsize = max & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()227 nmp->nm_rsize = (pref + NFS_FABLKSIZE - 1) & in nfs_fsinfo()228 ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()231 nmp->nm_rsize = max & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo()[all …]
61 #define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */ macro
307 fp->fa2_blocks = txdr_unsigned(vap->va_bytes / NFS_FABLKSIZE); in nfsm_srvfattr()
1063 NFS_FABLKSIZE; in nfs_loadattrcache()
2218 if (uio->uio_resid < NFS_FABLKSIZE) in nfs_readdir()3237 *ap->a_retval = NFS_FABLKSIZE; in nfs_pathconf()
3077 sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE); in nfsrv_fsinfo()3080 sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE); in nfsrv_fsinfo()
58 #define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */ macro
57 #define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */ macro
62 #define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */ macro