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

/netbsd-current/sys/nfs/
H A Dnfsproto.h418 u_int32_t fs_wtpref; member in struct:nfsv3_fsinfo
H A Dnfs_vfsops.c268 pref = fxdr_unsigned(u_int32_t, fsp->fs_wtpref);
H A Dnfs_serv.c3444 sip->fs_wtpref = txdr_unsigned(maxdata);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dnfs.h398 nd_uint32_t fs_wtpref; member in struct:nfsv3_fsinfo
H A Dprint-nfs.c1493 GET_BE_U_4(sfp->fs_wtpref),
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clport.c1012 if ((nmp->nm_wsize == 0 || fsp->fs_wtpref < nmp->nm_wsize) &&
1013 fsp->fs_wtpref >= NFS_FABLKSIZE)
1014 nmp->nm_wsize = (fsp->fs_wtpref + NFS_FABLKSIZE - 1) &
H A Dnfs_clrpcops.c4212 fsp->fs_wtpref = fxdr_unsigned(u_int32_t, *tl++);
/netbsd-current/sys/fs/nfs/common/
H A Doldnfsproto.h684 u_int32_t fs_wtpref; member in struct:nfsv3_fsinfo
H A Dnfs_commonport.c295 sip->fs_wtpref = pref;
H A Dnfsproto.h1309 u_int32_t fs_wtpref; member in struct:nfsfsinfo
H A Dnfs_commonsubs.c879 fsp->fs_wtpref = 8192;
1386 fsp->fs_wtpref = fsp->fs_wtmax;
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2112 *tl++ = txdr_unsigned(fs.fs_wtpref);

Completed in 272 milliseconds