write_bytes_to_xdr_buf 2110 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, pathlen_offset, &pathlen, 4);
write_bytes_to_xdr_buf 2921 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, attrlen_offset, &attrlen, 4);
write_bytes_to_xdr_buf 3087 fs/nfsd/nfs4xdr.c 		write_bytes_to_xdr_buf(xdr->buf, cd->cookie_offset,
write_bytes_to_xdr_buf 3565 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, starting_len    , &tmp, 4);
write_bytes_to_xdr_buf 3567 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, starting_len + 4, &tmp, 4);
write_bytes_to_xdr_buf 3570 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, starting_len + 8 + maxcount,
write_bytes_to_xdr_buf 3653 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, length_offset, &wire_count, 4);
write_bytes_to_xdr_buf 3656 fs/nfsd/nfs4xdr.c 		write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount,
write_bytes_to_xdr_buf 3734 fs/nfsd/nfs4xdr.c 		write_bytes_to_xdr_buf(xdr->buf, readdir->cookie_offset,
write_bytes_to_xdr_buf 4499 fs/nfsd/nfs4xdr.c 	write_bytes_to_xdr_buf(xdr->buf, post_err_offset - 4, &op->status, 4);
write_bytes_to_xdr_buf  192 include/linux/sunrpc/xdr.h extern int write_bytes_to_xdr_buf(struct xdr_buf *, unsigned int, void *, unsigned int);
write_bytes_to_xdr_buf  725 net/sunrpc/auth_gss/gss_krb5_crypto.c 	ret = write_bytes_to_xdr_buf(buf, offset, data, len);
write_bytes_to_xdr_buf  419 net/sunrpc/auth_gss/gss_krb5_wrap.c 		write_bytes_to_xdr_buf(buf, i, tmp, this_len);
write_bytes_to_xdr_buf  421 net/sunrpc/auth_gss/gss_krb5_wrap.c 	write_bytes_to_xdr_buf(buf, buf->len - shift, head, shift);
write_bytes_to_xdr_buf 1254 net/sunrpc/xdr.c EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf);
write_bytes_to_xdr_buf 1275 net/sunrpc/xdr.c 	return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj));