Home
last modified time | relevance | path

Searched defs:nfsv3_fsinfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dnfs.h424 struct nfsv3_fsinfo { struct
425 u_int32_t fs_rtmax;
426 u_int32_t fs_rtpref;
427 u_int32_t fs_rtmult;
428 u_int32_t fs_wtmax;
429 u_int32_t fs_wtpref;
430 u_int32_t fs_wtmult;
431 u_int32_t fs_dtpref;
432 nfsuint64 fs_maxfilesize;
433 nfstime3 fs_timedelta;
[all …]
/openbsd/sys/nfs/
H A Dnfsproto.h393 struct nfsv3_fsinfo { struct
394 u_int32_t fs_rtmax;
395 u_int32_t fs_rtpref;
396 u_int32_t fs_rtmult;
397 u_int32_t fs_wtmax;
398 u_int32_t fs_wtpref;
399 u_int32_t fs_wtmult;
400 u_int32_t fs_dtpref;
401 nfsuint64 fs_maxfilesize;
402 nfstime3 fs_timedelta;
[all …]