Home
last modified time | relevance | path

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

/linux-6.14.4/fs/lockd/
Dxdr.c56 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_fhandle()
83 if (xdr_stream_decode_u32(xdr, &lock->svid) < 0) in svcxdr_decode_lock()
85 if (xdr_stream_decode_u32(xdr, &start) < 0) in svcxdr_decode_lock()
87 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_lock()
190 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_lockargs()
251 if (xdr_stream_decode_u32(xdr, &len) < 0) in nlmsvc_decode_reboot()
260 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_reboot()
289 if (xdr_stream_decode_u32(xdr, &argp->fsm_mode) < 0) in nlmsvc_decode_shareargs()
291 if (xdr_stream_decode_u32(xdr, &argp->fsm_access) < 0) in nlmsvc_decode_shareargs()
305 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_notify()
Dxdr4.c58 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_fhandle()
84 if (xdr_stream_decode_u32(xdr, &lock->svid) < 0) in svcxdr_decode_lock()
184 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_lockargs()
245 if (xdr_stream_decode_u32(xdr, &len) < 0) in nlm4svc_decode_reboot()
254 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_reboot()
282 if (xdr_stream_decode_u32(xdr, &argp->fsm_mode) < 0) in nlm4svc_decode_shareargs()
284 if (xdr_stream_decode_u32(xdr, &argp->fsm_access) < 0) in nlm4svc_decode_shareargs()
298 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_notify()
Dsvcxdr.h53 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_string()
78 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_cookie()
121 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcxdr_decode_owner()
/linux-6.14.4/fs/nfsd/
Dnfs4xdr_gen.c25 if (xdr_stream_decode_u32(xdr, &ptr->count) < 0) in xdrgen_decode_bitmap4()
70 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_args_share_access4()
81 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_args_share_deny4()
92 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_args_share_access_want4()
103 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_args_open_claim4()
114 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_args_createmode4()
143 if (xdr_stream_decode_u32(xdr, &val) < 0) in xdrgen_decode_open_delegation_type4()
Dnfs4xdr.c185 if (xdr_stream_decode_u32(argp->xdr, &len) < 0) in nfsd4_decode_ignored_string()
201 if (xdr_stream_decode_u32(argp->xdr, &len) < 0) in nfsd4_decode_opaque()
221 if (xdr_stream_decode_u32(argp->xdr, lenp) < 0) in nfsd4_decode_component4()
295 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4()
297 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4()
299 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4()
302 if (xdr_stream_decode_u32(argp->xdr, &length) < 0) in nfsd4_decode_nfsace4()
328 if (xdr_stream_decode_u32(argp->xdr, &count) < 0) in nfsd4_decode_acl()
360 if (xdr_stream_decode_u32(argp->xdr, &lfs) < 0) in nfsd4_decode_security_label()
362 if (xdr_stream_decode_u32(argp->xdr, &pi) < 0) in nfsd4_decode_security_label()
[all …]
Dnfsxdr.c104 if (xdr_stream_decode_u32(xdr, &size) < 0) in svcxdr_decode_filename()
308 if (xdr_stream_decode_u32(xdr, &args->offset) < 0) in nfssvc_decode_readargs()
310 if (xdr_stream_decode_u32(xdr, &args->count) < 0) in nfssvc_decode_readargs()
313 if (xdr_stream_decode_u32(xdr, &totalcount) < 0) in nfssvc_decode_readargs()
328 if (xdr_stream_decode_u32(xdr, &beginoffset) < 0) in nfssvc_decode_writeargs()
330 if (xdr_stream_decode_u32(xdr, &args->offset) < 0) in nfssvc_decode_writeargs()
333 if (xdr_stream_decode_u32(xdr, &totalcount) < 0) in nfssvc_decode_writeargs()
337 if (xdr_stream_decode_u32(xdr, &args->len) < 0) in nfssvc_decode_writeargs()
384 if (xdr_stream_decode_u32(xdr, &args->tlen) < 0) in nfssvc_decode_symlinkargs()
403 if (xdr_stream_decode_u32(xdr, &args->cookie) < 0) in nfssvc_decode_readdirargs()
[all …]
Dnfs3xdr.c86 if (xdr_stream_decode_u32(xdr, &size) < 0) in svcxdr_decode_nfs_fh3()
183 if (xdr_stream_decode_u32(xdr, &size) < 0) in svcxdr_decode_filename3()
222 if (xdr_stream_decode_u32(xdr, &mode) < 0) in svcxdr_decode_sattr3()
232 if (xdr_stream_decode_u32(xdr, &uid) < 0) in svcxdr_decode_sattr3()
243 if (xdr_stream_decode_u32(xdr, &gid) < 0) in svcxdr_decode_sattr3()
259 if (xdr_stream_decode_u32(xdr, &set_it) < 0) in svcxdr_decode_sattr3()
275 if (xdr_stream_decode_u32(xdr, &set_it) < 0) in svcxdr_decode_sattr3()
524 if (xdr_stream_decode_u32(xdr, &args->access) < 0) in nfs3svc_decode_accessargs()
539 if (xdr_stream_decode_u32(xdr, &args->count) < 0) in nfs3svc_decode_readargs()
555 if (xdr_stream_decode_u32(xdr, &args->count) < 0) in nfs3svc_decode_writeargs()
[all …]
Dnfs2acl.c200 if (xdr_stream_decode_u32(xdr, &argp->mask) < 0) in nfsaclsvc_decode_getaclargs()
213 if (xdr_stream_decode_u32(xdr, &argp->mask) < 0) in nfsaclsvc_decode_setaclargs()
234 if (xdr_stream_decode_u32(xdr, &args->access) < 0) in nfsaclsvc_decode_accessargs()
Dnfs3acl.c139 if (xdr_stream_decode_u32(xdr, &args->mask) < 0) in nfs3svc_decode_getaclargs()
152 if (xdr_stream_decode_u32(xdr, &argp->mask) < 0) in nfs3svc_decode_setaclargs()
Dnfs4callback.c319 if (xdr_stream_decode_u32(xdr, &length) < 0) in decode_cb_compound4res()
323 if (xdr_stream_decode_u32(xdr, &hdr->nops) < 0) in decode_cb_compound4res()
686 if (xdr_stream_decode_u32(xdr, &attrlen) < 0) in nfs4_xdr_dec_cb_getattr()
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/enum/decoder/
Denum.j215 if (xdr_stream_decode_u32(xdr, &val) < 0)
/linux-6.14.4/include/linux/sunrpc/xdrgen/
D_builtins.h187 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdrgen_decode_string()
218 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdrgen_decode_opaque()
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/union/decoder/
Dvariable_length_array.j25 if (xdr_stream_decode_u32(xdr, &count) < 0)
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/struct/decoder/
Dvariable_length_array.j25 if (xdr_stream_decode_u32(xdr, &ptr->{{ name }}.count) < 0)
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
Dvariable_length_array.j25 if (xdr_stream_decode_u32(xdr, &ptr->{{ name }}.count) < 0)
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/typedef/decoder/
Dvariable_length_array.j216 if (xdr_stream_decode_u32(xdr, &ptr->count) < 0)
/linux-6.14.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c873 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcauth_gss_unwrap_integ()
904 if (xdr_stream_decode_u32(xdr, &seq_num) < 0) in svcauth_gss_unwrap_integ()
943 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcauth_gss_unwrap_priv()
962 if (xdr_stream_decode_u32(xdr, &seq_num) < 0) in svcauth_gss_unwrap_priv()
1066 if (xdr_stream_decode_u32(xdr, &inlen) < 0) in gss_read_proxy_verf()
1175 if (xdr_stream_decode_u32(xdr, &len) < 0) { in svcauth_gss_legacy_init()
1588 if (xdr_stream_decode_u32(xdr, &gc->gc_v) < 0) in svcauth_gss_decode_credbody()
1590 if (xdr_stream_decode_u32(xdr, &gc->gc_proc) < 0) in svcauth_gss_decode_credbody()
1592 if (xdr_stream_decode_u32(xdr, &gc->gc_seq) < 0) in svcauth_gss_decode_credbody()
1594 if (xdr_stream_decode_u32(xdr, &gc->gc_svc) < 0) in svcauth_gss_decode_credbody()
Dauth_gss.c1997 if (xdr_stream_decode_u32(xdr, &len)) in gss_unwrap_resp_integ()
2002 if (xdr_stream_decode_u32(xdr, &seqno)) in gss_unwrap_resp_integ()
/linux-6.14.4/net/sunrpc/
Dsvcauth_unix.c763 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcauth_null_accept()
842 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcauth_tls_accept()
949 if (xdr_stream_decode_u32(xdr, &i) < 0) in svcauth_unix_accept()
952 if (xdr_stream_decode_u32(xdr, &i) < 0) in svcauth_unix_accept()
956 if (xdr_stream_decode_u32(xdr, &len) < 0) in svcauth_unix_accept()
Dsvcauth.c87 if (xdr_stream_decode_u32(&rqstp->rq_arg_stream, &flavor) < 0) in svc_authenticate()
Dxdr.c2381 len = xdr_stream_decode_u32(xdr, flavor); in xdr_stream_decode_opaque_auth()
/linux-6.14.4/include/linux/sunrpc/
Dxdr.h672 xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_u32() function
769 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdr_stream_decode_opaque_inline()
801 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdr_stream_decode_uint32_array()
/linux-6.14.4/fs/nfs_common/
Dnfsacl.c397 if (xdr_stream_decode_u32(xdr, &entries) < 0) in nfs_stream_decode_acl()
/linux-6.14.4/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c493 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount)) in xdr_check_write_chunk()
/linux-6.14.4/fs/nfs/
Dnfs4xdr.c3227 if (xdr_stream_decode_u32(xdr, &tmp) < 0) in decode_compound_hdr()
3237 if (xdr_stream_decode_u32(xdr, &tmp) < 0) in decode_compound_hdr()
4956 if (xdr_stream_decode_u32(xdr, &tmp)) in decode_attr_change_attr_type()