Home
last modified time | relevance | path

Searched refs:fsok_tsize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1329 fsok->fsok_tsize = IXDR_GET_INT32(ptr); in xdr_fsok()
1335 IXDR_PUT_INT32(ptr, fsok->fsok_tsize); in xdr_fsok()
1344 if (xdr_u_int(xdrs, &fsok->fsok_tsize) && in xdr_fsok()
1364 fsok->fsok_tsize = htonl(fsok->fsok_tsize); in xdr_fastfsok()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h792 uint32_t fsok_tsize; /* preferred transfer size in bytes */ member
809 #define fs_tsize fs_u.fs_fsok_u.fsok_tsize