OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_wtmax
(Results
1 - 12
of
12
) 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/external/bsd/tcpdump/dist/
nfs.h
397
nd_uint32_t
fs_wtmax
;
member in struct:nfsv3_fsinfo
print-nfs.c
1501
GET_BE_U_4(sfp->
fs_wtmax
),
/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 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026