Home
last modified time | relevance | path

Searched refs:xdr_stream (Results 1 – 25 of 69) sorted by relevance

123

/Linux-v6.1/fs/nfsd/
Dxdr3.h178 struct xdr_stream xdr;
268 bool nfs3svc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
269 bool nfs3svc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
270 bool nfs3svc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
271 bool nfs3svc_decode_accessargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
272 bool nfs3svc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
273 bool nfs3svc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
274 bool nfs3svc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
275 bool nfs3svc_decode_mkdirargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
276 bool nfs3svc_decode_mknodargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
Dxdr.h115 struct xdr_stream xdr;
144 bool nfssvc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
145 bool nfssvc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
146 bool nfssvc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
147 bool nfssvc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
148 bool nfssvc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
149 bool nfssvc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
150 bool nfssvc_decode_renameargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
151 bool nfssvc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
152 bool nfssvc_decode_symlinkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
Dnfs3xdr.c58 svcxdr_decode_nfstime3(struct xdr_stream *xdr, struct timespec64 *timep) in svcxdr_decode_nfstime3()
81 svcxdr_decode_nfs_fh3(struct xdr_stream *xdr, struct svc_fh *fhp) in svcxdr_decode_nfs_fh3()
110 svcxdr_encode_nfsstat3(struct xdr_stream *xdr, __be32 status) in svcxdr_encode_nfsstat3()
123 svcxdr_encode_nfs_fh3(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_nfs_fh3()
140 svcxdr_encode_post_op_fh3(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_post_op_fh3()
151 svcxdr_encode_cookieverf3(struct xdr_stream *xdr, const __be32 *verf) in svcxdr_encode_cookieverf3()
164 svcxdr_encode_writeverf3(struct xdr_stream *xdr, const __be32 *verf) in svcxdr_encode_writeverf3()
177 svcxdr_decode_filename3(struct xdr_stream *xdr, char **name, unsigned int *len) in svcxdr_decode_filename3()
202 svcxdr_decode_diropargs3(struct xdr_stream *xdr, struct svc_fh *fhp, in svcxdr_decode_diropargs3()
210 svcxdr_decode_sattr3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_sattr3()
[all …]
Dnfsxdr.c37 svcxdr_encode_stat(struct xdr_stream *xdr, __be32 status) in svcxdr_encode_stat()
59 svcxdr_decode_fhandle(struct xdr_stream *xdr, struct svc_fh *fhp) in svcxdr_decode_fhandle()
74 svcxdr_encode_fhandle(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_fhandle()
98 svcxdr_decode_filename(struct xdr_stream *xdr, char **name, unsigned int *len) in svcxdr_decode_filename()
122 svcxdr_decode_diropargs(struct xdr_stream *xdr, struct svc_fh *fhp, in svcxdr_decode_diropargs()
130 svcxdr_decode_sattr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_sattr()
214 svcxdr_encode_fattr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_fattr()
276 nfssvc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_fhandleargs()
284 nfssvc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_sattrargs()
293 nfssvc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_diropargs()
[all …]
Dnfs4callback.c104 static void encode_nfs_cb_opnum4(struct xdr_stream *xdr, enum nfs_cb_opnum4 op) in encode_nfs_cb_opnum4()
117 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
135 static void encode_stateid4(struct xdr_stream *xdr, const stateid_t *sid) in encode_stateid4()
149 static void encode_sessionid4(struct xdr_stream *xdr, in encode_sessionid4()
219 static int decode_cb_op_status(struct xdr_stream *xdr, in decode_cb_op_status()
251 static void encode_cb_compound4args(struct xdr_stream *xdr, in encode_cb_compound4args()
283 static int decode_cb_compound4res(struct xdr_stream *xdr, in decode_cb_compound4res()
314 static void encode_cb_recall4args(struct xdr_stream *xdr, in encode_cb_recall4args()
343 static void encode_cb_sequence4args(struct xdr_stream *xdr, in encode_cb_sequence4args()
387 static int decode_cb_sequence4resok(struct xdr_stream *xdr, in decode_cb_sequence4resok()
[all …]
Dflexfilelayoutxdr.h15 struct xdr_stream;
45 __be32 nfsd4_ff_encode_getdeviceinfo(struct xdr_stream *xdr,
47 __be32 nfsd4_ff_encode_layoutget(struct xdr_stream *xdr,
Dblocklayoutxdr.h9 struct xdr_stream;
53 __be32 nfsd4_block_encode_getdeviceinfo(struct xdr_stream *xdr,
55 __be32 nfsd4_block_encode_layoutget(struct xdr_stream *xdr,
/Linux-v6.1/include/linux/lockd/
Dxdr4.h25 bool nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
26 bool nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
27 bool nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
28 bool nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
29 bool nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
30 bool nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
31 bool nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr);
32 bool nlm4svc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
33 bool nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
35 bool nlm4svc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
Dxdr.h101 bool nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
102 bool nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
103 bool nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
104 bool nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
105 bool nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
106 bool nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
107 bool nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr);
108 bool nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
109 bool nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
111 bool nlmsvc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
/Linux-v6.1/include/linux/sunrpc/
Dxdr.h220 struct xdr_stream { struct
236 typedef void (*kxdreproc_t)(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
238 typedef int (*kxdrdproc_t)(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
241 extern void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf,
243 extern void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf,
245 extern __be32 *xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes);
246 extern int xdr_reserve_space_vec(struct xdr_stream *xdr, struct kvec *vec,
248 extern void __xdr_commit_encode(struct xdr_stream *xdr);
249 extern void xdr_truncate_encode(struct xdr_stream *xdr, size_t len);
250 extern int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen);
[all …]
Dauth.h132 struct xdr_stream *xdr);
135 struct xdr_stream *xdr);
137 struct xdr_stream *xdr);
139 struct xdr_stream *xdr);
167 struct xdr_stream *xdr);
169 struct xdr_stream *xdr);
171 struct xdr_stream *xdr);
173 struct xdr_stream *xdr);
175 struct xdr_stream *xdr);
177 struct xdr_stream *xdr);
/Linux-v6.1/fs/nfs/
Dnfs3xdr.c135 static void encode_uint32(struct xdr_stream *xdr, u32 value) in encode_uint32()
141 static int decode_uint32(struct xdr_stream *xdr, u32 *value) in decode_uint32()
152 static int decode_uint64(struct xdr_stream *xdr, u64 *value) in decode_uint64()
173 static int decode_fileid3(struct xdr_stream *xdr, u64 *fileid) in decode_fileid3()
183 static void encode_filename3(struct xdr_stream *xdr, in encode_filename3()
193 static int decode_inline_filename3(struct xdr_stream *xdr, in decode_inline_filename3()
222 static void encode_nfspath3(struct xdr_stream *xdr, struct page **pages, in encode_nfspath3()
229 static int decode_nfspath3(struct xdr_stream *xdr) in decode_nfspath3()
265 static int decode_cookie3(struct xdr_stream *xdr, u64 *cookie) in decode_cookie3()
281 static int decode_cookieverf3(struct xdr_stream *xdr, __be32 *verifier) in decode_cookieverf3()
[all …]
Dnfs2xdr.c97 static int decode_nfsdata(struct xdr_stream *xdr, struct nfs_pgio_res *result) in decode_nfsdata()
142 static int decode_stat(struct xdr_stream *xdr, enum nfs_stat *status) in decode_stat()
185 static void encode_fhandle(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fhandle()
193 static int decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fhandle()
266 static int decode_fattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, in decode_fattr()
340 static void encode_sattr(struct xdr_stream *xdr, const struct iattr *attr, in encode_sattr()
383 static void encode_filename(struct xdr_stream *xdr, in encode_filename()
393 static int decode_filename_inline(struct xdr_stream *xdr, in decode_filename_inline()
421 static void encode_path(struct xdr_stream *xdr, struct page **pages, u32 length) in encode_path()
430 static int decode_path(struct xdr_stream *xdr) in decode_path()
[all …]
Dnfs4xdr.c71 static void encode_layoutget(struct xdr_stream *xdr,
74 static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req,
964 static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes) in reserve_space()
971 static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len) in encode_opaque_fixed()
976 static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
981 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32()
986 static void encode_uint64(struct xdr_stream *xdr, u64 n) in encode_uint64()
991 static ssize_t xdr_encode_bitmap4(struct xdr_stream *xdr, in xdr_encode_bitmap4()
1020 static void encode_nfs4_seqid(struct xdr_stream *xdr, in encode_nfs4_seqid()
1029 static void encode_compound_hdr(struct xdr_stream *xdr, in encode_compound_hdr()
[all …]
Dnfs42xdr.c261 static void encode_fallocate(struct xdr_stream *xdr, in encode_fallocate()
269 static void encode_allocate(struct xdr_stream *xdr, in encode_allocate()
277 static void encode_nl4_server(struct xdr_stream *xdr, in encode_nl4_server()
297 static void encode_copy(struct xdr_stream *xdr, in encode_copy()
319 static void encode_offload_cancel(struct xdr_stream *xdr, in encode_offload_cancel()
327 static void encode_copy_notify(struct xdr_stream *xdr, in encode_copy_notify()
336 static void encode_deallocate(struct xdr_stream *xdr, in encode_deallocate()
344 static void encode_read_plus(struct xdr_stream *xdr, in encode_read_plus()
354 static void encode_seek(struct xdr_stream *xdr, in encode_seek()
364 static void encode_layoutstats(struct xdr_stream *xdr, in encode_layoutstats()
[all …]
Dcallback_xdr.c53 __be32 (*decode_args)(struct svc_rqst *, struct xdr_stream *, void *);
54 __be32 (*encode_res)(struct svc_rqst *, struct xdr_stream *,
70 static bool nfs4_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs4_encode_void()
75 static __be32 decode_string(struct xdr_stream *xdr, unsigned int *len, in decode_string()
87 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh()
105 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap()
124 static __be32 decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
135 static __be32 decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
141 static __be32 decode_compound_hdr_arg(struct xdr_stream *xdr, struct cb_compound_hdr_arg *hdr) in decode_compound_hdr_arg()
166 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
[all …]
Dmount_clnt.c303 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
312 static void mnt_xdr_enc_dirpath(struct rpc_rqst *req, struct xdr_stream *xdr, in mnt_xdr_enc_dirpath()
327 static int decode_status(struct xdr_stream *xdr, struct mountres *res) in decode_status()
350 static int decode_fhandle(struct xdr_stream *xdr, struct mountres *res) in decode_fhandle()
365 struct xdr_stream *xdr, in mnt_xdr_dec_mountres()
377 static int decode_fhs_status(struct xdr_stream *xdr, struct mountres *res) in decode_fhs_status()
400 static int decode_fhandle3(struct xdr_stream *xdr, struct mountres *res) in decode_fhandle3()
423 static int decode_auth_flavors(struct xdr_stream *xdr, struct mountres *res) in decode_auth_flavors()
458 struct xdr_stream *xdr, in mnt_xdr_dec_mountres3()
/Linux-v6.1/fs/lockd/
Dxdr.c51 svcxdr_decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in svcxdr_decode_fhandle()
72 svcxdr_decode_lock(struct xdr_stream *xdr, struct nlm_lock *lock) in svcxdr_decode_lock()
104 svcxdr_encode_holder(struct xdr_stream *xdr, const struct nlm_lock *lock) in svcxdr_encode_holder()
130 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply()
149 nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_void()
155 nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_testargs()
173 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_lockargs()
198 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_cancargs()
218 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_unlockargs()
232 nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_res()
[all …]
Dxdr4.c42 svcxdr_decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in svcxdr_decode_fhandle()
63 svcxdr_decode_lock(struct xdr_stream *xdr, struct nlm_lock *lock) in svcxdr_decode_lock()
88 svcxdr_encode_holder(struct xdr_stream *xdr, const struct nlm_lock *lock) in svcxdr_encode_holder()
114 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply()
133 nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_void()
139 nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_testargs()
157 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_lockargs()
182 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_cancargs()
202 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_unlockargs()
216 nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_res()
[all …]
Dclntxdr.c86 static void encode_bool(struct xdr_stream *xdr, const int value) in encode_bool()
94 static void encode_int32(struct xdr_stream *xdr, const s32 value) in encode_int32()
105 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj()
114 static int decode_netobj(struct xdr_stream *xdr, in decode_netobj()
130 static void encode_cookie(struct xdr_stream *xdr, in encode_cookie()
136 static int decode_cookie(struct xdr_stream *xdr, in decode_cookie()
171 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
195 static void encode_nlm_stat(struct xdr_stream *xdr, in encode_nlm_stat()
205 static int decode_nlm_stat(struct xdr_stream *xdr, in decode_nlm_stat()
234 static void encode_nlm_holder(struct xdr_stream *xdr, in encode_nlm_holder()
[all …]
Dclnt4xdr.c89 static void encode_bool(struct xdr_stream *xdr, const int value) in encode_bool()
97 static void encode_int32(struct xdr_stream *xdr, const s32 value) in encode_int32()
108 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj()
117 static int decode_netobj(struct xdr_stream *xdr, in decode_netobj()
133 static void encode_cookie(struct xdr_stream *xdr, in encode_cookie()
139 static int decode_cookie(struct xdr_stream *xdr, in decode_cookie()
174 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
201 static void encode_nlm4_stat(struct xdr_stream *xdr, in encode_nlm4_stat()
211 static int decode_nlm4_stat(struct xdr_stream *xdr, __be32 *stat) in decode_nlm4_stat()
239 static void encode_nlm4_holder(struct xdr_stream *xdr, in encode_nlm4_holder()
[all …]
Dsvcxdr.h22 svcxdr_decode_stats(struct xdr_stream *xdr, __be32 *status) in svcxdr_decode_stats()
35 svcxdr_encode_stats(struct xdr_stream *xdr, __be32 status) in svcxdr_encode_stats()
48 svcxdr_decode_string(struct xdr_stream *xdr, char **data, unsigned int *data_len) in svcxdr_decode_string()
73 svcxdr_decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) in svcxdr_decode_cookie()
101 svcxdr_encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) in svcxdr_encode_cookie()
116 svcxdr_decode_owner(struct xdr_stream *xdr, struct xdr_netobj *obj) in svcxdr_decode_owner()
135 svcxdr_encode_owner(struct xdr_stream *xdr, const struct xdr_netobj *obj) in svcxdr_encode_owner()
Dmon.c424 static void encode_nsm_string(struct xdr_stream *xdr, const char *string) in encode_nsm_string()
436 static void encode_mon_name(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_name()
447 static void encode_my_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_my_id()
462 static void encode_mon_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_id()
473 static void encode_priv(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_priv()
481 static void nsm_xdr_enc_mon(struct rpc_rqst *req, struct xdr_stream *xdr, in nsm_xdr_enc_mon()
488 static void nsm_xdr_enc_unmon(struct rpc_rqst *req, struct xdr_stream *xdr, in nsm_xdr_enc_unmon()
495 struct xdr_stream *xdr, in nsm_xdr_dec_stat_res()
513 struct xdr_stream *xdr, in nsm_xdr_dec_stat()
/Linux-v6.1/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c11 static int gssx_enc_bool(struct xdr_stream *xdr, int v) in gssx_enc_bool()
22 static int gssx_dec_bool(struct xdr_stream *xdr, u32 *v) in gssx_dec_bool()
33 static int gssx_enc_buffer(struct xdr_stream *xdr, in gssx_enc_buffer()
45 static int gssx_enc_in_token(struct xdr_stream *xdr, in gssx_enc_in_token()
62 static int gssx_dec_buffer(struct xdr_stream *xdr, in gssx_dec_buffer()
95 static int gssx_enc_option(struct xdr_stream *xdr, in gssx_enc_option()
107 static int gssx_dec_option(struct xdr_stream *xdr, in gssx_dec_option()
119 static int dummy_enc_opt_array(struct xdr_stream *xdr, in dummy_enc_opt_array()
135 static int dummy_dec_opt_array(struct xdr_stream *xdr, in dummy_dec_opt_array()
156 static int get_host_u32(struct xdr_stream *xdr, u32 *res) in get_host_u32()
[all …]
/Linux-v6.1/net/sunrpc/
Dxdr.c877 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos()
883 static void xdr_stream_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_set_pos()
890 static void xdr_stream_page_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_page_set_pos()
899 unsigned int xdr_page_pos(const struct xdr_stream *xdr) in xdr_page_pos()
922 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode()
957 void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_encode_pages()
984 void __xdr_commit_encode(struct xdr_stream *xdr) in __xdr_commit_encode()
1001 static noinline __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, in xdr_get_next_encode_buffer()
1059 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space()
1093 int xdr_reserve_space_vec(struct xdr_stream *xdr, struct kvec *vec, size_t nbytes) in xdr_reserve_space_vec()
[all …]

123