Searched refs:otw_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c322 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ local
331 otw_len = sizeof (fhp->fh3_fsid) +
338 otw_len = RNDUP(otw_len);
339 padword = (otw_len / BYTES_PER_XDR_UNIT); /* includes fhlen */
344 if ((ptr + (otw_len / BYTES_PER_XDR_UNIT) + 1) > ptr_redzone)
352 IXDR_PUT_U_INT32(ptr, otw_len);
392 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ local
408 otw_len = BYTES_PER_XDR_UNIT + sizeof (objp->fh3_fsid) +
414 otw_len
[all...]
H A Dnfs4_xdr.c486 uint_t otw_len, fsize, xsize; /* otw, file, and export sizes */ local
495 otw_len = sizeof (fhp->fh4_fsid) +
502 otw_len = RNDUP(otw_len);
503 padword = (otw_len / BYTES_PER_XDR_UNIT); /* includes fhlen */
508 otw_len += sizeof (fhp->fh4_flag);
510 otw_len += sizeof (fhp->fh4_volatile_id);
516 if ((ptr + (otw_len / BYTES_PER_XDR_UNIT) + 1) > ptr_redzone)
524 IXDR_PUT_U_INT32(ptr, otw_len);
571 uint_t otw_len, fsiz local
[all...]

Completed in 81 milliseconds