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

/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clport.c1027 if (fsp->fs_rtmax < nmp->nm_rsize && fsp->fs_rtmax > 0) {
1028 nmp->nm_rsize = fsp->fs_rtmax & ~(NFS_FABLKSIZE - 1);
1030 nmp->nm_rsize = fsp->fs_rtmax;
1038 if (fsp->fs_rtmax < nmp->nm_readdirsize && fsp->fs_rtmax > 0) {
1039 nmp->nm_readdirsize = fsp->fs_rtmax & ~(NFS_DIRBLKSIZ - 1);
1041 nmp->nm_readdirsize = fsp->fs_rtmax;
H A Dnfs_clrpcops.c4208 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *tl++);
/netbsd-current/sys/nfs/
H A Dnfsproto.h414 u_int32_t fs_rtmax; member in struct:nfsv3_fsinfo
H A Dnfs_vfsops.c284 xmax = fxdr_unsigned(u_int32_t, fsp->fs_rtmax);
H A Dnfs_serv.c3440 sip->fs_rtmax = txdr_unsigned(maxdata);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dnfs.h394 nd_uint32_t fs_rtmax; member in struct:nfsv3_fsinfo
H A Dprint-nfs.c1490 GET_BE_U_4(sfp->fs_rtmax),
/netbsd-current/sys/fs/nfs/common/
H A Doldnfsproto.h680 u_int32_t fs_rtmax; member in struct:nfsv3_fsinfo
H A Dnfs_commonport.c291 sip->fs_rtmax = NFS_SRVMAXIO;
H A Dnfs_commonsubs.c875 fsp->fs_rtmax = 8192;
1365 if (fsp->fs_rtmax != fxdr_unsigned(u_int32_t,
1370 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *++tl);
1371 fsp->fs_rtpref = fsp->fs_rtmax;
2329 *tl = txdr_unsigned(fsinf.fs_rtmax);
H A Dnfsproto.h1305 u_int32_t fs_rtmax; member in struct:nfsfsinfo
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2108 *tl++ = txdr_unsigned(fs.fs_rtmax);

Completed in 281 milliseconds