Home
last modified time | relevance | path

Searched refs:fs_rtmax (Results 1 – 9 of 9) sorted by relevance

/src/sys/fs/nfsclient/
H A Dnfs_clport.c985 if (fsp->fs_rtmax < nmp->nm_rsize && fsp->fs_rtmax > 0) { in nfscl_loadfsinfo()
986 nmp->nm_rsize = fsp->fs_rtmax & ~(NFS_FABLKSIZE - 1); in nfscl_loadfsinfo()
988 nmp->nm_rsize = fsp->fs_rtmax; in nfscl_loadfsinfo()
996 if (fsp->fs_rtmax < nmp->nm_readdirsize && fsp->fs_rtmax > 0) { in nfscl_loadfsinfo()
997 nmp->nm_readdirsize = fsp->fs_rtmax & ~(NFS_DIRBLKSIZ - 1); in nfscl_loadfsinfo()
999 nmp->nm_readdirsize = fsp->fs_rtmax; in nfscl_loadfsinfo()
H A Dnfs_clrpcops.c5186 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *tl++); in nfsrpc_fsinfo()
/src/contrib/tcpdump/
H A Dnfs.h398 nd_uint32_t fs_rtmax; member
H A Dprint-nfs.c1488 GET_BE_U_4(sfp->fs_rtmax), in parsefsinfo()
/src/sys/nfs/
H A Dnfsproto.h675 u_int32_t fs_rtmax; member
/src/sys/fs/nfs/
H A Dnfsproto.h1652 u_int32_t fs_rtmax; member
H A Dnfs_commonport.c305 sip->fs_rtmax = nfs_srvmaxio; in nfsvno_getfs()
H A Dnfs_commonsubs.c1393 fsp->fs_rtmax = 8192; in nfsv4_loadattr()
1951 if (fsp->fs_rtmax != fxdr_unsigned(u_int32_t, in nfsv4_loadattr()
1956 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *++tl); in nfsv4_loadattr()
1957 fsp->fs_rtpref = fsp->fs_rtmax; in nfsv4_loadattr()
3201 *tl = txdr_unsigned(fsinf.fs_rtmax); in nfsv4_fillattr()
/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2457 *tl++ = txdr_unsigned(fs.fs_rtmax); in nfsrvd_fsinfo()