Searched defs:tofit (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c398 int tofit; local
419 tofit = entrysz + 2 * BYTES_PER_XDR_UNIT;
420 if (bufsize + tofit > reqsize) {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c407 int tofit; local
426 tofit = entrysz + 2 * BYTES_PER_XDR_UNIT;
427 if (bufsize + tofit > reqsize) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c781 int tofit; local
808 tofit = entrysz + 2 * BYTES_PER_XDR_UNIT;
809 if (bufsize + tofit > rd->rd_bufsize) {
H A Dnfs3_xdr.c2036 int tofit; local
2089 tofit = entrysz + (1 + 1) * BYTES_PER_XDR_UNIT;
2090 if (bufsize + tofit > objp->count) {
H A Dnfs3_srv.c3374 int tofit = 0; local
3542 tofit = entrysize + (1 + 1) * BYTES_PER_XDR_UNIT;
3543 if (bufsize + tofit > args->maxcount) {

Completed in 74 milliseconds