/linux-6.6.21/fs/nfsd/ |
D | xdr3.h | 178 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 …]
|
D | xdr.h | 115 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 …]
|
D | nfs3xdr.c | 58 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 …]
|
D | nfsxdr.c | 37 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 …]
|
D | nfs4callback.c | 79 static void encode_uint32(struct xdr_stream *xdr, u32 n) in encode_uint32() 84 static void encode_bitmap4(struct xdr_stream *xdr, const __u32 *bitmap, in encode_bitmap4() 115 static void encode_nfs_cb_opnum4(struct xdr_stream *xdr, enum nfs_cb_opnum4 op) in encode_nfs_cb_opnum4() 128 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4() 146 static void encode_stateid4(struct xdr_stream *xdr, const stateid_t *sid) in encode_stateid4() 160 static void encode_sessionid4(struct xdr_stream *xdr, in encode_sessionid4() 230 static int decode_cb_op_status(struct xdr_stream *xdr, in decode_cb_op_status() 262 static void encode_cb_compound4args(struct xdr_stream *xdr, in encode_cb_compound4args() 294 static int decode_cb_compound4res(struct xdr_stream *xdr, in decode_cb_compound4res() 325 static void encode_cb_recall4args(struct xdr_stream *xdr, in encode_cb_recall4args() [all …]
|
D | flexfilelayoutxdr.h | 15 struct xdr_stream; 45 __be32 nfsd4_ff_encode_getdeviceinfo(struct xdr_stream *xdr, 47 __be32 nfsd4_ff_encode_layoutget(struct xdr_stream *xdr,
|
D | blocklayoutxdr.h | 9 struct xdr_stream; 53 __be32 nfsd4_block_encode_getdeviceinfo(struct xdr_stream *xdr, 55 __be32 nfsd4_block_encode_layoutget(struct xdr_stream *xdr,
|
/linux-6.6.21/include/linux/sunrpc/ |
D | xdr.h | 221 struct xdr_stream { struct 238 typedef void (*kxdreproc_t)(struct rpc_rqst *rqstp, struct xdr_stream *xdr, 240 typedef int (*kxdrdproc_t)(struct rpc_rqst *rqstp, struct xdr_stream *xdr, 243 extern void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, 245 extern void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, 247 extern __be32 *xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes); 248 extern int xdr_reserve_space_vec(struct xdr_stream *xdr, size_t nbytes); 249 extern void __xdr_commit_encode(struct xdr_stream *xdr); 250 extern void xdr_truncate_encode(struct xdr_stream *xdr, size_t len); 251 extern void xdr_truncate_decode(struct xdr_stream *xdr, size_t len); [all …]
|
D | auth.h | 133 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);
|
D | svc.h | 207 struct xdr_stream rq_arg_stream; 208 struct xdr_stream rq_res_stream; 382 struct xdr_stream *xdr); 385 struct xdr_stream *xdr); 470 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcxdr_init_decode() 488 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_init_encode() 516 struct xdr_stream *xdr, in svcxdr_encode_opaque_pages() 535 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_set_auth_slack() 558 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_set_accept_stat()
|
/linux-6.6.21/include/linux/lockd/ |
D | xdr4.h | 26 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); 30 bool nlm4svc_decode_unlockargs(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); 33 bool nlm4svc_decode_shareargs(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); [all …]
|
D | xdr.h | 102 bool nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr); 103 bool nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 104 bool nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 105 bool nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 106 bool nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 107 bool nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr); 108 bool nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr); 109 bool nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 110 bool nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr); 112 bool nlmsvc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr); [all …]
|
/linux-6.6.21/fs/nfs/ |
D | nfs3xdr.c | 135 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 …]
|
D | nfs2xdr.c | 97 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 …]
|
D | nfs4xdr.c | 71 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 …]
|
D | nfs42xdr.c | 268 static void encode_fallocate(struct xdr_stream *xdr, in encode_fallocate() 276 static void encode_allocate(struct xdr_stream *xdr, in encode_allocate() 284 static void encode_nl4_server(struct xdr_stream *xdr, in encode_nl4_server() 304 static void encode_copy(struct xdr_stream *xdr, in encode_copy() 326 static void encode_copy_commit(struct xdr_stream *xdr, in encode_copy_commit() 338 static void encode_offload_cancel(struct xdr_stream *xdr, in encode_offload_cancel() 346 static void encode_copy_notify(struct xdr_stream *xdr, in encode_copy_notify() 355 static void encode_deallocate(struct xdr_stream *xdr, in encode_deallocate() 363 static void encode_read_plus(struct xdr_stream *xdr, in encode_read_plus() 373 static void encode_seek(struct xdr_stream *xdr, in encode_seek() [all …]
|
D | callback_xdr.c | 53 __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 …]
|
/linux-6.6.21/fs/lockd/ |
D | xdr.c | 51 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 …]
|
D | xdr4.c | 53 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() 99 svcxdr_encode_holder(struct xdr_stream *xdr, const struct nlm_lock *lock) in svcxdr_encode_holder() 125 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply() 144 nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_void() 150 nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_testargs() 168 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_lockargs() 193 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_cancargs() 213 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_unlockargs() 227 nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_res() [all …]
|
D | clnt4xdr.c | 89 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 …]
|
D | clntxdr.c | 86 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 …]
|
D | svcxdr.h | 22 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()
|
D | mon.c | 427 static void encode_nsm_string(struct xdr_stream *xdr, const char *string) in encode_nsm_string() 439 static void encode_mon_name(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_name() 450 static void encode_my_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_my_id() 465 static void encode_mon_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_id() 476 static void encode_priv(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_priv() 484 static void nsm_xdr_enc_mon(struct rpc_rqst *req, struct xdr_stream *xdr, in nsm_xdr_enc_mon() 491 static void nsm_xdr_enc_unmon(struct rpc_rqst *req, struct xdr_stream *xdr, in nsm_xdr_enc_unmon() 498 struct xdr_stream *xdr, in nsm_xdr_dec_stat_res() 516 struct xdr_stream *xdr, in nsm_xdr_dec_stat()
|
/linux-6.6.21/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.c | 11 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-6.6.21/net/sunrpc/ |
D | xdr.c | 919 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos() 925 static void xdr_stream_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_set_pos() 932 static void xdr_stream_page_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_page_set_pos() 941 unsigned int xdr_page_pos(const struct xdr_stream *xdr) in xdr_page_pos() 964 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode() 999 void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_encode_pages() 1026 void __xdr_commit_encode(struct xdr_stream *xdr) in __xdr_commit_encode() 1043 static noinline __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, in xdr_get_next_encode_buffer() 1101 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space() 1136 int xdr_reserve_space_vec(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space_vec() [all …]
|