Home
last modified time | relevance | path

Searched refs:xdr_stream_encode_be32 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/templates/C/enum/encoder/
H A Denum_be.j213 return xdr_stream_encode_be32(xdr, value) == XDR_UNIT;
/linux/net/sunrpc/
H A Dsvc.c1346 xdr_stream_encode_be32(xdr, rqstp->rq_xid); in svc_process_common()
1347 xdr_stream_encode_be32(xdr, rpc_reply); in svc_process_common()
1355 xdr_stream_encode_be32(xdr, rpc_msg_accepted); in svc_process_common()
1486 xdr_stream_encode_be32(xdr, rqstp->rq_auth_stat); in svc_process_common()
/linux/fs/nfsd/
H A Dnfscache.c544 xdr_stream_encode_be32(&rqstp->rq_res_stream, rp->c_replstat); in nfsd_cache_lookup()
H A Dnfs4xdr.c3889 if (xdr_stream_encode_be32(xdr, nfserr) != XDR_UNIT) in nfsd4_encode_entry4_rdattr_error()
5110 if (xdr_stream_encode_be32(xdr, stateid->ts_id_status) != XDR_UNIT) in nfsd4_encode_test_stateid()
5398 if (xdr_stream_encode_be32(xdr, os->status) != XDR_UNIT) in nfsd4_encode_offload_status()
5973 if (xdr_stream_encode_be32(xdr, rp->rp_status) != XDR_UNIT) in nfsd4_encode_replay()
/linux/include/linux/sunrpc/
H A Dxdr.h473 * xdr_stream_encode_be32 - Encode a big-endian 32-bit integer
482 xdr_stream_encode_be32(struct xdr_stream *xdr, __be32 n) in xdr_stream_encode_be32() function