Home
last modified time | relevance | path

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

12345

/linux-6.15/fs/nfsd/
H A Dnfs4xdr_gen.c11 xdrgen_decode_int64_t(struct xdr_stream *xdr, int64_t *ptr) in xdrgen_decode_int64_t()
17 xdrgen_decode_uint32_t(struct xdr_stream *xdr, uint32_t *ptr) in xdrgen_decode_uint32_t()
23 xdrgen_decode_bitmap4(struct xdr_stream *xdr, bitmap4 *ptr) in xdrgen_decode_bitmap4()
34 xdrgen_decode_nfstime4(struct xdr_stream *xdr, struct nfstime4 *ptr) in xdrgen_decode_nfstime4()
44 xdrgen_decode_fattr4_offline(struct xdr_stream *xdr, fattr4_offline *ptr) in xdrgen_decode_fattr4_offline()
50 xdrgen_decode_open_arguments4(struct xdr_stream *xdr, struct open_arguments4 *ptr) in xdrgen_decode_open_arguments4()
150 xdrgen_encode_int64_t(struct xdr_stream *xdr, const int64_t value) in xdrgen_encode_int64_t()
156 xdrgen_encode_uint32_t(struct xdr_stream *xdr, const uint32_t value) in xdrgen_encode_uint32_t()
162 xdrgen_encode_bitmap4(struct xdr_stream *xdr, const bitmap4 value) in xdrgen_encode_bitmap4()
173 xdrgen_encode_nfstime4(struct xdr_stream *xdr, const struct nfstime4 *value) in xdrgen_encode_nfstime4()
[all …]
H A Dxdr3.h178 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);
272 bool nfs3svc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
278 bool nfs3svc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
285 bool nfs3svc_encode_wccstat(struct svc_rqst *rqstp, struct xdr_stream *xdr);
289 bool nfs3svc_encode_readres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
290 bool nfs3svc_encode_writeres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
293 bool nfs3svc_encode_linkres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
309 bool svcxdr_decode_nfs_fh3(struct xdr_stream *xdr, struct svc_fh *fhp);
[all …]
H A Dxdr.h115 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);
151 bool nfssvc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
155 bool nfssvc_encode_statres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
157 bool nfssvc_encode_diropres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
159 bool nfssvc_encode_readres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
172 bool svcxdr_decode_fhandle(struct xdr_stream *xdr, struct svc_fh *fhp);
173 bool svcxdr_encode_stat(struct xdr_stream *xdr, __be32 status);
[all …]
H A Dnfs3xdr.c81 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()
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()
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()
1041 struct xdr_stream *xdr = &resp->xdr; in svcxdr_encode_entry3_common()
1107 struct xdr_stream *xdr = &resp->xdr; in svcxdr_encode_entry3_plus()
1181 svcxdr_encode_fsstat3resok(struct xdr_stream *xdr, in svcxdr_encode_fsstat3resok()
1226 svcxdr_encode_fsinfo3resok(struct xdr_stream *xdr, in svcxdr_encode_fsinfo3resok()
[all …]
H A Dnfs4xdr_gen.h16 bool xdrgen_decode_fattr4_open_arguments(struct xdr_stream *xdr, fattr4_open_arguments *ptr);
17 bool xdrgen_encode_fattr4_open_arguments(struct xdr_stream *xdr, const fattr4_open_arguments *value…
19 bool xdrgen_decode_fattr4_time_deleg_access(struct xdr_stream *xdr, fattr4_time_deleg_access *ptr);
20 bool xdrgen_encode_fattr4_time_deleg_access(struct xdr_stream *xdr, const fattr4_time_deleg_access …
22 bool xdrgen_decode_fattr4_time_deleg_modify(struct xdr_stream *xdr, fattr4_time_deleg_modify *ptr);
23 bool xdrgen_encode_fattr4_time_deleg_modify(struct xdr_stream *xdr, const fattr4_time_deleg_modify …
H A 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()
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()
301 nfssvc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_readargs()
367 nfssvc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_decode_linkargs()
416 nfssvc_encode_statres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_encode_statres()
482 nfssvc_encode_readres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfssvc_encode_readres()
[all …]
H A Dnfs4xdr.c3771 struct xdr_stream xdr; in nfsd4_encode_fattr_to_buf()
3883 struct xdr_stream *xdr = cd->xdr; in nfsd4_encode_entry4()
4024 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_access()
4039 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_bind_conn_to_session()
4057 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_close()
4078 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_create()
4095 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_getattr()
4106 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_getfh()
4154 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_lock()
4177 struct xdr_stream *xdr = resp->xdr; in nfsd4_encode_lockt()
[all …]
H A Dnfs4callback.c585 struct xdr_stream *xdr, const void *data) in nfs4_xdr_enc_cb_getattr()
625 struct xdr_stream *xdr, const void *data) in nfs4_xdr_enc_cb_recall_any()
660 struct xdr_stream *xdr, in nfs4_xdr_dec_cb_getattr()
700 struct xdr_stream *xdr, in nfs4_xdr_dec_cb_recall()
723 struct xdr_stream *xdr, in nfs4_xdr_dec_cb_recall_any()
794 struct xdr_stream *xdr, in nfs4_xdr_enc_cb_layout()
812 struct xdr_stream *xdr, in nfs4_xdr_dec_cb_layout()
841 struct xdr_stream *xdr, in nfs4_xdr_enc_cb_notify_lock()
870 struct xdr_stream *xdr, in nfs4_xdr_dec_cb_notify_lock()
946 struct xdr_stream *xdr, in nfs4_xdr_enc_cb_offload()
[all …]
/linux-6.15/include/linux/sunrpc/
H A Dxdr.h221 struct xdr_stream { struct
249 extern void __xdr_commit_encode(struct xdr_stream *xdr);
261 extern void xdr_finish_decode(struct xdr_stream *xdr);
312 xdr_reset_scratch_buffer(struct xdr_stream *xdr) in xdr_reset_scratch_buffer()
339 xdr_stream_remaining(const struct xdr_stream *xdr) in xdr_stream_remaining()
469 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32()
490 xdr_stream_encode_be32(struct xdr_stream *xdr, __be32 n) in xdr_stream_encode_be32()
511 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64()
601 xdr_stream_encode_uint32_array(struct xdr_stream *xdr, in xdr_stream_encode_uint32_array()
672 xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_u32()
[all …]
H A Dauth.h133 struct xdr_stream *xdr);
136 struct xdr_stream *xdr);
138 struct xdr_stream *xdr);
140 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);
179 struct xdr_stream *xdr);
/linux-6.15/include/linux/lockd/
H A Dxdr4.h26 bool nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
27 bool nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
28 bool nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
29 bool nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
31 bool nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
32 bool nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr);
34 bool nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
36 bool nlm4svc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
37 bool nlm4svc_encode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
38 bool nlm4svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
H A Dxdr.h100 bool nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
101 bool nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
102 bool nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
103 bool nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
105 bool nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
106 bool nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr);
108 bool nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
110 bool nlmsvc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
111 bool nlmsvc_encode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
112 bool nlmsvc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
[all …]
/linux-6.15/include/linux/sunrpc/xdrgen/
H A D_builtins.h16 xdrgen_decode_void(struct xdr_stream *xdr) in xdrgen_decode_void()
22 xdrgen_encode_void(struct xdr_stream *xdr) in xdrgen_encode_void()
28 xdrgen_decode_bool(struct xdr_stream *xdr, bool *ptr) in xdrgen_decode_bool()
39 xdrgen_encode_bool(struct xdr_stream *xdr, bool val) in xdrgen_encode_bool()
50 xdrgen_decode_int(struct xdr_stream *xdr, s32 *ptr) in xdrgen_decode_int()
61 xdrgen_encode_int(struct xdr_stream *xdr, s32 val) in xdrgen_encode_int()
94 xdrgen_decode_long(struct xdr_stream *xdr, s32 *ptr) in xdrgen_decode_long()
105 xdrgen_encode_long(struct xdr_stream *xdr, s32 val) in xdrgen_encode_long()
138 xdrgen_decode_hyper(struct xdr_stream *xdr, s64 *ptr) in xdrgen_decode_hyper()
149 xdrgen_encode_hyper(struct xdr_stream *xdr, s64 val) in xdrgen_encode_hyper()
[all …]
/linux-6.15/fs/nfs/
H A Dnfs3xdr.c938 struct xdr_stream *xdr, in nfs3_xdr_enc_read3args()
984 struct xdr_stream *xdr, in nfs3_xdr_enc_write3args()
1204 struct xdr_stream *xdr, in nfs3_xdr_enc_link3args()
1280 struct xdr_stream *xdr, in nfs3_xdr_enc_readdirplus3args()
1469 struct xdr_stream *xdr, in nfs3_xdr_dec_lookup3res()
1518 struct xdr_stream *xdr, in nfs3_xdr_dec_access3res()
1775 struct xdr_stream *xdr, in nfs3_xdr_dec_create3res()
1817 struct xdr_stream *xdr, in nfs3_xdr_dec_remove3res()
1859 struct xdr_stream *xdr, in nfs3_xdr_dec_rename3res()
2148 struct xdr_stream *xdr, in nfs3_xdr_dec_fsstat3res()
[all …]
H A Dnfs2xdr.c550 struct xdr_stream *xdr, in nfs2_xdr_enc_fhandle()
567 struct xdr_stream *xdr, in nfs2_xdr_enc_sattrargs()
577 struct xdr_stream *xdr, in nfs2_xdr_enc_diropargs()
622 struct xdr_stream *xdr, in nfs2_xdr_enc_readargs()
664 struct xdr_stream *xdr, in nfs2_xdr_enc_writeargs()
682 struct xdr_stream *xdr, in nfs2_xdr_enc_createargs()
692 struct xdr_stream *xdr, in nfs2_xdr_enc_removeargs()
709 struct xdr_stream *xdr, in nfs2_xdr_enc_renameargs()
729 struct xdr_stream *xdr, in nfs2_xdr_enc_linkargs()
748 struct xdr_stream *xdr, in nfs2_xdr_enc_symlinkargs()
[all …]
H A Dnfs4xdr.c2462 struct xdr_stream *xdr, in nfs4_xdr_enc_open_downgrade()
2885 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo()
2926 struct xdr_stream *xdr, in nfs4_xdr_enc_bind_conn_to_session()
2960 struct xdr_stream *xdr, in nfs4_xdr_enc_create_session()
3029 struct xdr_stream *xdr, in nfs4_xdr_enc_get_lease_time()
3159 struct xdr_stream *xdr, in nfs4_xdr_enc_secinfo_no_name()
6707 struct xdr_stream *xdr, in nfs4_xdr_dec_setattr()
6819 struct xdr_stream *xdr, in nfs4_xdr_dec_readlink()
7170 struct xdr_stream *xdr, in nfs4_xdr_dec_secinfo()
7225 struct xdr_stream *xdr, in nfs4_xdr_dec_bind_conn_to_session()
[all …]
H A Dnfs42xdr.c535 struct xdr_stream *xdr, in nfs4_xdr_enc_allocate()
555 struct xdr_stream *xdr, in nfs4_xdr_enc_copy()
578 struct xdr_stream *xdr, in nfs4_xdr_enc_offload_cancel()
597 struct xdr_stream *xdr, in nfs4_xdr_enc_offload_status()
635 struct xdr_stream *xdr, in nfs4_xdr_enc_deallocate()
655 struct xdr_stream *xdr, in nfs4_xdr_enc_read_plus()
1348 struct xdr_stream *xdr, in nfs4_xdr_dec_allocate()
1376 struct xdr_stream *xdr, in nfs4_xdr_dec_copy()
1463 struct xdr_stream *xdr, in nfs4_xdr_dec_copy_notify()
1489 struct xdr_stream *xdr, in nfs4_xdr_dec_deallocate()
[all …]
H A Dcallback_xdr.c180 struct xdr_stream *xdr, void *argp) in decode_getattr_args()
192 struct xdr_stream *xdr, void *argp) in decode_recall_args()
216 struct xdr_stream *xdr, void *argp) in decode_layoutrecall_args()
260 struct xdr_stream *xdr, in decode_devicenotify_args()
360 static __be32 decode_rc_list(struct xdr_stream *xdr, in decode_rc_list()
401 struct xdr_stream *xdr, in decode_cb_sequence_args()
449 struct xdr_stream *xdr, in decode_recallany_args()
469 struct xdr_stream *xdr, in decode_recallslot_args()
513 struct xdr_stream *xdr, void *argp) in decode_notify_lock_args()
554 struct xdr_stream *xdr, in decode_offload_args()
[all …]
/linux-6.15/fs/lockd/
H A Dxdr4.c53 svcxdr_decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in svcxdr_decode_fhandle()
74 svcxdr_decode_lock(struct xdr_stream *xdr, struct nlm_lock *lock) in svcxdr_decode_lock()
143 nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_void()
149 nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_testargs()
167 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_lockargs()
192 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_cancargs()
226 nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_res()
239 nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_reboot()
291 nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_notify()
310 nlm4svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_void()
[all …]
H A 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()
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()
232 nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_res()
245 nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_reboot()
298 nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_notify()
317 nlmsvc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_void()
[all …]
H A Dclntxdr.c106 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj()
115 static int decode_netobj(struct xdr_stream *xdr, in decode_netobj()
137 static int decode_cookie(struct xdr_stream *xdr, in decode_cookie()
354 struct xdr_stream *xdr, in nlm_xdr_enc_testargs()
376 struct xdr_stream *xdr, in nlm_xdr_enc_lockargs()
399 struct xdr_stream *xdr, in nlm_xdr_enc_cancargs()
418 struct xdr_stream *xdr, in nlm_xdr_enc_unlockargs()
435 struct xdr_stream *xdr, in nlm_xdr_enc_res()
465 struct xdr_stream *xdr, in nlm_xdr_enc_testres()
511 struct xdr_stream *xdr, in nlm_xdr_dec_testres()
[all …]
H A Dclnt4xdr.c108 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj()
117 static int decode_netobj(struct xdr_stream *xdr, in decode_netobj()
139 static int decode_cookie(struct xdr_stream *xdr, in decode_cookie()
353 struct xdr_stream *xdr, in nlm4_xdr_enc_testargs()
375 struct xdr_stream *xdr, in nlm4_xdr_enc_lockargs()
398 struct xdr_stream *xdr, in nlm4_xdr_enc_cancargs()
417 struct xdr_stream *xdr, in nlm4_xdr_enc_unlockargs()
434 struct xdr_stream *xdr, in nlm4_xdr_enc_res()
457 struct xdr_stream *xdr, in nlm4_xdr_enc_testres()
505 struct xdr_stream *xdr, in nlm4_xdr_dec_testres()
[all …]
H A 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()
/linux-6.15/net/sunrpc/auth_gss/
H A 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()
575 static int gssx_enc_ctx(struct xdr_stream *xdr, in gssx_enc_ctx()
638 static int gssx_dec_ctx(struct xdr_stream *xdr, in gssx_dec_ctx()
734 struct xdr_stream *xdr, in gssx_enc_accept_sec_context()
[all …]
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/typedef/declaration/
H A Dbasic.j23 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, {{ name }} *ptr);
5 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ name }} *value);
7 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const {{ name }} value);

12345