Lines Matching defs:bytes
160 /* We want more bytes than seem to be available.
201 * guarantee p points to at least nbytes bytes.
306 * Returns a pointer to a copy of @nbytes bytes of memory at @p
3251 struct xdr_buf *buf, __be32 *p, int bytes)
3261 xdr->end = (void *)p + bytes;
3262 buf->buflen = bytes;
3573 * 8(clientid) + 4(namelen) + 8(offset) + 8(length) + 4(type) = 32 bytes.
3970 * Number of bytes left for directory entries allowing for the
3971 * final 8 bytes of the readdir and a following failed op:
3984 * and the 8 bytes encoded at the end of this function:
4848 * any trailing bytes with 0.
5150 * Calculate whether we still have space to encode repsize bytes.