/linux/fs/nfsd/ ! |
H A D | nfs4xdr_gen.c | 164 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 D | nfs4xdr.c | 2751 if (xdr_stream_encode_u32(xdr, ncomponents) != XDR_UNIT) in nfsd4_encode_pathname4() 2797 if (xdr_stream_encode_u32(xdr, fslocs->locations_count) != XDR_UNIT) in nfsd4_encode_fs_locations4() 3045 if (xdr_stream_encode_u32(xdr, flush_time) != XDR_UNIT) in nfsd4_encode_fattr4_change() 3047 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_change() 3127 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_acl() 3130 if (xdr_stream_encode_u32(xdr, acl->naces) != XDR_UNIT) in nfsd4_encode_fattr4_acl() 3341 if (xdr_stream_encode_u32(xdr, hweight_long(mask)) != XDR_UNIT) in nfsd4_encode_fattr4_fs_layout_types() 3346 if (xdr_stream_encode_u32(xdr, i) != XDR_UNIT) in nfsd4_encode_fattr4_fs_layout_types() 3359 if (xdr_stream_encode_u32(xdr, hweight_long(mask)) != XDR_UNIT) in nfsd4_encode_fattr4_layout_types() 3364 if (xdr_stream_encode_u32(xdr, i) != XDR_UNIT) in nfsd4_encode_fattr4_layout_types() [all …]
|
H A D | nfsxdr.c | 469 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 D | nfs3xdr.c | 802 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 D | nfs2acl.c | 261 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 D | flexfilelayoutxdr.c | 92 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_ff_encode_getdeviceinfo()
|
H A D | blocklayoutxdr.c | 90 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_block_encode_getdeviceinfo()
|
H A D | nfs3acl.c | 185 if (xdr_stream_encode_u32(xdr, resp->mask) < 0) in nfs3svc_encode_getaclres()
|
/linux/fs/lockd/ ! |
H A D | xdr.c | 112 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 D | svcxdr.h | 105 if (xdr_stream_encode_u32(xdr, cookie->len) < 0) in svcxdr_encode_cookie()
|
/linux/tools/net/sunrpc/xdrgen/templates/C/enum/encoder/ ! |
H A D | enum.j2 | 13 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT;
|
/linux/tools/net/sunrpc/xdrgen/templates/C/struct/encoder/ ! |
H A D | variable_length_array.j2 | 9 if (xdr_stream_encode_u32(xdr, value->{{ name }}.count) != XDR_UNIT)
|
/linux/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ ! |
H A D | variable_length_array.j2 | 9 if (xdr_stream_encode_u32(xdr, value->{{ name }}.count) != XDR_UNIT)
|
/linux/tools/net/sunrpc/xdrgen/templates/C/typedef/encoder/ ! |
H A D | variable_length_array.j2 | 20 if (xdr_stream_encode_u32(xdr, value.count) != XDR_UNIT)
|
/linux/net/sunrpc/ ! |
H A D | svc.c | 1470 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common() 1471 xdr_stream_encode_u32(xdr, RPC_MISMATCH); in svc_process_common() 1473 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common() 1474 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common() 1484 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common() 1485 xdr_stream_encode_u32(xdr, RPC_AUTH_ERROR); in svc_process_common() 1508 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common() 1509 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
|
H A D | xdr.c | 2299 len = xdr_stream_encode_u32(xdr, flavor); in xdr_stream_encode_opaque_auth()
|
/linux/include/linux/sunrpc/ ! |
H A D | xdr.h | 461 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32() function
|
/linux/net/sunrpc/xprtrdma/ ! |
H A D | svc_rdma_sendto.c | 479 ret = xdr_stream_encode_u32(&sctxt->sc_stream, chunk->ch_segcount); in svc_rdma_encode_write_chunk()
|
/linux/fs/nfs/ ! |
H A D | nfs4xdr.c | 982 WARN_ON_ONCE(xdr_stream_encode_u32(xdr, n) < 0); in encode_uint32()
|