Home
last modified time | relevance | path

Searched refs:write_bytes_to_xdr_buf (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/sunrpc/auth_gss/
Dgss_krb5_wrap.c382 write_bytes_to_xdr_buf(buf, i, tmp, this_len); in rotate_buf_a_little()
384 write_bytes_to_xdr_buf(buf, buf->len - shift, head, shift); in rotate_buf_a_little()
Dgss_krb5_crypto.c591 ret = write_bytes_to_xdr_buf(buf, offset, data, len); in gss_krb5_cts_crypt()
/linux-6.1.9/fs/nfsd/
Dnfs4xdr.c2572 write_bytes_to_xdr_buf(xdr->buf, pathlen_offset, &pathlen, 4); in nfsd4_encode_components_esc()
3548 write_bytes_to_xdr_buf(xdr->buf, cd->cookie_offset, in nfsd4_encode_dirent()
4017 write_bytes_to_xdr_buf(xdr->buf, starting_len + maxcount, &zero, in nfsd4_encode_readv()
4101 write_bytes_to_xdr_buf(xdr->buf, length_offset + 4 + maxcount, &zero, in nfsd4_encode_readlink()
4183 write_bytes_to_xdr_buf(xdr->buf, readdir->cookie_offset, in nfsd4_encode_readdir()
4814 write_bytes_to_xdr_buf(xdr->buf, starting_len, &tmp, 4); in nfsd4_encode_read_plus_data()
4816 write_bytes_to_xdr_buf(xdr->buf, starting_len + 4, &tmp64, 8); in nfsd4_encode_read_plus_data()
4818 write_bytes_to_xdr_buf(xdr->buf, starting_len + 12, &tmp, 4); in nfsd4_encode_read_plus_data()
4821 write_bytes_to_xdr_buf(xdr->buf, starting_len + 16 + *maxcount, &tmp, in nfsd4_encode_read_plus_data()
4919 write_bytes_to_xdr_buf(xdr->buf, starting_len, &tmp, 4); in nfsd4_encode_read_plus()
[all …]
Dnfsxdr.c566 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfssvc_encode_nfscookie()
Dnfs3xdr.c1031 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfs3svc_encode_cookie3()
/linux-6.1.9/include/linux/sunrpc/
Dxdr.h196 extern int write_bytes_to_xdr_buf(const struct xdr_buf *, unsigned int, void *, unsigned int);
/linux-6.1.9/net/sunrpc/
Dxdr.c1842 int write_bytes_to_xdr_buf(const struct xdr_buf *buf, unsigned int base, in write_bytes_to_xdr_buf() function
1854 EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf);
1873 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()