Home
last modified time | relevance | path

Searched refs:xdr_stream_encode_u32 (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4xdr_gen.c164 if (xdr_stream_encode_u32(xdr, value.count) != XDR_UNIT) in xdrgen_encode_bitmap4()
207 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_access4()
213 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_deny4()
219 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_access_want4()
225 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_open_claim4()
231 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_createmode4()
255 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_delegation_type4()
H A Dnfs4xdr.c3049 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_change()
3129 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_acl()
3348 if (xdr_stream_encode_u32(xdr, i) != XDR_UNIT) in nfsd4_encode_fattr4_fs_layout_types()
3366 if (xdr_stream_encode_u32(xdr, i) != XDR_UNIT) in nfsd4_encode_fattr4_layout_types()
4233 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_open_nfsace4()
4831 if (xdr_stream_encode_u32(xdr, 0) < 0) { in nfsd4_encode_setclientid()
4836 if (xdr_stream_encode_u32(xdr, 0) < 0) { in nfsd4_encode_setclientid()
4969 if (xdr_stream_encode_u32(xdr, 1) != XDR_UNIT) in nfsd4_encode_exchange_id()
5234 if (xdr_stream_encode_u32(xdr, 1) != XDR_UNIT) in nfsd4_encode_layoutget()
5361 if (xdr_stream_encode_u32(xdr, 1) != XDR_UNIT) in nfsd4_encode_copy_notify()
[all …]
H A Dnfsxdr.c469 if (xdr_stream_encode_u32(xdr, resp->len) < 0) in nfssvc_encode_readlinkres()
493 if (xdr_stream_encode_u32(xdr, resp->count) < 0) in nfssvc_encode_readres()
584 if (xdr_stream_encode_u32(xdr, (u32)ino) < 0) in svcxdr_encode_entry_common()
591 if (xdr_stream_encode_u32(xdr, ~0U) < 0) in svcxdr_encode_entry_common()
H A Dnfs3xdr.c802 if (xdr_stream_encode_u32(xdr, resp->access) < 0) in nfs3svc_encode_accessres()
826 if (xdr_stream_encode_u32(xdr, resp->len) < 0) in nfs3svc_encode_readlinkres()
854 if (xdr_stream_encode_u32(xdr, resp->count) < 0) in nfs3svc_encode_readres()
858 if (xdr_stream_encode_u32(xdr, resp->count) < 0) in nfs3svc_encode_readres()
886 if (xdr_stream_encode_u32(xdr, resp->count) < 0) in nfs3svc_encode_writeres()
888 if (xdr_stream_encode_u32(xdr, resp->committed) < 0) in nfs3svc_encode_writeres()
H A Dnfs2acl.c261 if (xdr_stream_encode_u32(xdr, resp->mask) < 0) in nfsaclsvc_encode_getaclres()
286 if (xdr_stream_encode_u32(xdr, resp->access) < 0) in nfsaclsvc_encode_accessres()
H A Dflexfilelayoutxdr.c92 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_ff_encode_getdeviceinfo()
H A Dblocklayoutxdr.c90 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_block_encode_getdeviceinfo()
H A Dnfs3acl.c185 if (xdr_stream_encode_u32(xdr, resp->mask) < 0) in nfs3svc_encode_getaclres()
H A Dnfs4callback.c81 WARN_ON_ONCE(xdr_stream_encode_u32(xdr, n) < 0); in encode_uint32()
/linux-6.15/fs/lockd/
H A Dxdr.c112 if (xdr_stream_encode_u32(xdr, lock->svid) < 0) in svcxdr_encode_holder()
121 if (xdr_stream_encode_u32(xdr, start) < 0) in svcxdr_encode_holder()
123 if (xdr_stream_encode_u32(xdr, len) < 0) in svcxdr_encode_holder()
350 if (xdr_stream_encode_u32(xdr, 0) < 0) in nlmsvc_encode_shareres()
H A Dxdr4.c106 if (xdr_stream_encode_u32(xdr, lock->svid) < 0) in svcxdr_encode_holder()
343 if (xdr_stream_encode_u32(xdr, 0) < 0) in nlm4svc_encode_shareres()
H A Dsvcxdr.h105 if (xdr_stream_encode_u32(xdr, cookie->len) < 0) in svcxdr_encode_cookie()
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/enum/encoder/
H A Denum.j213 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT;
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/struct/encoder/
H A Dvariable_length_array.j27 if (xdr_stream_encode_u32(xdr, value->{{ name }}.count) != XDR_UNIT)
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
H A Dvariable_length_array.j27 if (xdr_stream_encode_u32(xdr, value->{{ name }}.count) != XDR_UNIT)
/linux-6.15/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/
H A Dvariable_length_array.j220 if (xdr_stream_encode_u32(xdr, value.count) != XDR_UNIT)
/linux-6.15/net/sunrpc/
H A Dsvc.c1463 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common()
1464 xdr_stream_encode_u32(xdr, RPC_MISMATCH); in svc_process_common()
1466 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
1467 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
1477 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common()
1478 xdr_stream_encode_u32(xdr, RPC_AUTH_ERROR); in svc_process_common()
1501 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common()
1502 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
H A Dxdr.c2411 len = xdr_stream_encode_u32(xdr, flavor); in xdr_stream_encode_opaque_auth()
/linux-6.15/fs/nfs_common/
H A Dnfsacl.c177 if (xdr_stream_encode_u32(xdr, entries) < 0) in nfs_stream_encode_acl()
/linux-6.15/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1135 if (xdr_stream_encode_u32(xdr, major_status) < 0) in svcxdr_encode_gss_init_res()
1137 if (xdr_stream_encode_u32(xdr, minor_status) < 0) in svcxdr_encode_gss_init_res()
1139 if (xdr_stream_encode_u32(xdr, seq_num) < 0) in svcxdr_encode_gss_init_res()
/linux-6.15/include/linux/sunrpc/
H A Dxdr.h469 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32() function
/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c469 ret = xdr_stream_encode_u32(&sctxt->sc_stream, chunk->ch_segcount); in svc_rdma_encode_write_chunk()
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c982 WARN_ON_ONCE(xdr_stream_encode_u32(xdr, n) < 0); in encode_uint32()