HomeSort by: relevance | last modified time | path
    Searched refs:fs_wtmax (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clport.c 1016 if (fsp->fs_wtmax < nmp->nm_wsize && fsp->fs_wtmax > 0) {
1017 nmp->nm_wsize = fsp->fs_wtmax & ~(NFS_FABLKSIZE - 1);
1019 nmp->nm_wsize = fsp->fs_wtmax;
nfs_clrpcops.c 4207 fsp->fs_wtmax = fxdr_unsigned(u_int32_t, *tl++);
  /src/sys/nfs/
nfsproto.h 420 u_int32_t fs_wtmax; member in struct:nfsv3_fsinfo
nfs_vfsops.c 273 xmax = fxdr_unsigned(u_int32_t, fsp->fs_wtmax);
nfs_serv.c 3443 sip->fs_wtmax = txdr_unsigned(maxdata);
  /src/sys/fs/nfs/common/
oldnfsproto.h 683 u_int32_t fs_wtmax; member in struct:nfsv3_fsinfo
nfs_commonport.c 294 sip->fs_wtmax = NFS_SRVMAXIO;
nfs_commonsubs.c 878 fsp->fs_wtmax = 8192;
1380 if (fsp->fs_wtmax != fxdr_unsigned(u_int32_t,
1385 fsp->fs_wtmax = fxdr_unsigned(int, *++tl);
1386 fsp->fs_wtpref = fsp->fs_wtmax;
2335 *tl = txdr_unsigned(fsinf.fs_wtmax);
nfsproto.h 1308 u_int32_t fs_wtmax; member in struct:nfsfsinfo
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2110 *tl++ = txdr_unsigned(fs.fs_wtmax);

Completed in 31 milliseconds