NFS_DIRBLKSIZ 225 nfs/nfs_vfsops.c nmp->nm_readdirsize = (pref + NFS_DIRBLKSIZ - 1) & NFS_DIRBLKSIZ 226 nfs/nfs_vfsops.c ~(NFS_DIRBLKSIZ - 1); NFS_DIRBLKSIZ 228 nfs/nfs_vfsops.c nmp->nm_readdirsize = max & ~(NFS_DIRBLKSIZ - 1); NFS_DIRBLKSIZ 496 nfs/nfs_vfsops.c nmp->nm_readdirsize &= ~(NFS_DIRBLKSIZ - 1); NFS_DIRBLKSIZ 497 nfs/nfs_vfsops.c if (nmp->nm_readdirsize < NFS_DIRBLKSIZ) NFS_DIRBLKSIZ 498 nfs/nfs_vfsops.c nmp->nm_readdirsize = NFS_DIRBLKSIZ; NFS_DIRBLKSIZ 1889 nfs/nfs_vnops.c MALLOC(data, void *, NFS_DIRBLKSIZ, M_TEMP, NFS_DIRBLKSIZ 1895 nfs/nfs_vnops.c readdir_iovec.iov_len = NFS_DIRBLKSIZ; NFS_DIRBLKSIZ 1902 nfs/nfs_vnops.c readdir_uio.uio_resid = NFS_DIRBLKSIZ; NFS_DIRBLKSIZ 2005 nfs/nfs_vnops.c (uiop->uio_resid & (NFS_DIRBLKSIZ - 1))) NFS_DIRBLKSIZ 2192 nfs/nfs_vnops.c (uiop->uio_resid & (NFS_DIRBLKSIZ - 1)))