Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clport.c984 if (fsp->fs_rtmax < nmp->nm_rsize && fsp->fs_rtmax > 0) { in nfscl_loadfsinfo()
985 nmp->nm_rsize = fsp->fs_rtmax & ~(NFS_FABLKSIZE - 1); in nfscl_loadfsinfo()
987 nmp->nm_rsize = fsp->fs_rtmax; in nfscl_loadfsinfo()
995 if (fsp->fs_rtmax < nmp->nm_readdirsize && fsp->fs_rtmax > 0) { in nfscl_loadfsinfo()
996 nmp->nm_readdirsize = fsp->fs_rtmax & ~(NFS_DIRBLKSIZ - 1); in nfscl_loadfsinfo()
998 nmp->nm_readdirsize = fsp->fs_rtmax; in nfscl_loadfsinfo()
H A Dnfs_clrpcops.c5017 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *tl++); in nfsrpc_fsinfo()
/freebsd-14.2/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()
/freebsd-14.2/sys/nfs/
H A Dnfsproto.h677 u_int32_t fs_rtmax; member
/freebsd-14.2/sys/fs/nfs/
H A Dnfsproto.h1594 u_int32_t fs_rtmax; member
H A Dnfs_commonsubs.c1344 fsp->fs_rtmax = 8192; in nfsv4_loadattr()
1835 if (fsp->fs_rtmax != fxdr_unsigned(u_int32_t, in nfsv4_loadattr()
1840 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *++tl); in nfsv4_loadattr()
1841 fsp->fs_rtpref = fsp->fs_rtmax; in nfsv4_loadattr()
2854 *tl = txdr_unsigned(fsinf.fs_rtmax); in nfsv4_fillattr()
H A Dnfs_commonport.c304 sip->fs_rtmax = nfs_srvmaxio; in nfsvno_getfs()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2286 *tl++ = txdr_unsigned(fs.fs_rtmax); in nfsrvd_fsinfo()