Searched refs:write_bytes_to_xdr_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_wrap.c | 66 write_bytes_to_xdr_buf(buf, i, tmp, this_len); in rotate_buf_a_little() 68 write_bytes_to_xdr_buf(buf, buf->len - shift, head, shift); in rotate_buf_a_little()
|
| H A D | gss_krb5_crypto.c | |
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2844 write_bytes_to_xdr_buf(xdr->buf, pathlen_offset, &pathlen, 4); in nfsd4_encode_components_esc() 4190 write_bytes_to_xdr_buf(xdr->buf, attrlen_offset, &attrlen, XDR_UNIT); in nfsd4_encode_fattr4() 4539 write_bytes_to_xdr_buf(xdr->buf, readdir->cookie_offset, &cookie, in nfsd4_encode_entry4_nfs_cookie4() 5252 write_bytes_to_xdr_buf(xdr->buf, starting_len + maxcount, &zero, in nfsd4_encode_readv() 5297 write_bytes_to_xdr_buf(xdr->buf, eof_offset, &wire_data, XDR_UNIT * 2); in nfsd4_encode_read() 5335 write_bytes_to_xdr_buf(xdr->buf, length_offset, &wire_count, XDR_UNIT); in nfsd4_encode_readlink() 5337 write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount, &zero, in nfsd4_encode_readlink() 5541 write_bytes_to_xdr_buf(xdr->buf, count_offset, &wire_count, in nfsd4_encode_SECINFO4resok() 6192 write_bytes_to_xdr_buf(xdr->buf, offset_offset, &wire_offset, in nfsd4_encode_read_plus_data() 6195 write_bytes_to_xdr_buf(xdr->buf, offset_offset + XDR_UNIT * 2, in nfsd4_encode_read_plus_data() [all …]
|
| H A D | nfsxdr.c | 583 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfssvc_encode_nfscookie()
|
| H A D | nfs3xdr.c | 1033 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfs3svc_encode_cookie3()
|
| /linux/net/sunrpc/ |
| H A D | xdr.c | 2106 int write_bytes_to_xdr_buf(const struct xdr_buf *buf, unsigned int base, in write_bytes_to_xdr_buf() function 2118 EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf); 2137 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
|