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);
1335 IXDR_PUT_INT32(ptr, fsok->fsok_tsize);
1344 if (xdr_u_int(xdrs, &fsok->fsok_tsize) &&
1364 fsok->fsok_tsize = htonl(fsok->fsok_tsize);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h726 uint32_t fsok_tsize; /* preferred transfer size in bytes */ member in struct:nfsstatfsok
743 #define fs_tsize fs_u.fs_fsok_u.fsok_tsize

Completed in 54 milliseconds