Lines Matching refs:pref
2769 uint32_t pref;
2797 pref = fxdr_unsigned(uint32_t, rep_info->fs_wtpref);
2798 if (pref < nmp->nm_wsize)
2800 nmp->nm_wsize = (pref + NFS_FABLKSIZE - 1) & ~(NFS_FABLKSIZE - 1);
2813 pref = fxdr_unsigned(uint32_t, rep_info->fs_rtpref);
2814 if (pref < nmp->nm_rsize)
2816 nmp->nm_rsize = (pref + NFS_FABLKSIZE - 1) & ~(NFS_FABLKSIZE - 1);
2829 pref = fxdr_unsigned(uint32_t, rep_info->fs_dtpref);
2830 if (pref < nmp->nm_readdirsize)
2832 nmp->nm_readdirsize = (pref + NFS_DIRBLKSIZ - 1) & ~(NFS_DIRBLKSIZ - 1);