OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_rtmax
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clport.c
1027
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
;
nfs_clrpcops.c
4204
fsp->
fs_rtmax
= fxdr_unsigned(u_int32_t, *tl++);
/src/sys/nfs/
nfsproto.h
417
u_int32_t
fs_rtmax
;
member in struct:nfsv3_fsinfo
nfs_vfsops.c
284
xmax = fxdr_unsigned(u_int32_t, fsp->
fs_rtmax
);
nfs_serv.c
3440
sip->
fs_rtmax
= txdr_unsigned(maxdata);
/src/sys/fs/nfs/common/
oldnfsproto.h
680
u_int32_t
fs_rtmax
;
member in struct:nfsv3_fsinfo
nfs_commonport.c
291
sip->
fs_rtmax
= NFS_SRVMAXIO;
nfs_commonsubs.c
875
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
);
nfsproto.h
1305
u_int32_t
fs_rtmax
;
member in struct:nfsfsinfo
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
2107
*tl++ = txdr_unsigned(fs.
fs_rtmax
);
Completed in 29 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025