| /linux/fs/nfsd/ |
| H A D | nfs4xdr_gen.c | 383 if (xdr_stream_encode_u32(xdr, value.count) != XDR_UNIT) in xdrgen_encode_bitmap4() 450 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_access4() 456 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_deny4() 462 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_share_access_want4() 468 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_open_claim4() 474 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_args_createmode4() 498 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_open_delegation_type4() 504 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_aclmodel4() 510 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_aclscope4() 516 return xdr_stream_encode_u32(xdr, value) == XDR_UNIT; in xdrgen_encode_posixacetag4() [all …]
|
| H A D | nfs4xdr.c | 2875 if (xdr_stream_encode_u32(xdr, ncomponents) != XDR_UNIT) in nfsd4_encode_pathname4() 2921 if (xdr_stream_encode_u32(xdr, fslocs->locations_count) != XDR_UNIT) in nfsd4_encode_fs_locations4() 3025 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_posixace4() 3052 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_posixacl() 3059 if (xdr_stream_encode_u32(xdr, acl->a_count) != XDR_UNIT) in nfsd4_encode_posixacl() 3262 if (xdr_stream_encode_u32(xdr, flush_time) != XDR_UNIT) in nfsd4_encode_fattr4_change() 3264 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_change() 3344 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_encode_fattr4_acl() 3347 if (xdr_stream_encode_u32(xdr, acl->naces) != XDR_UNIT) in nfsd4_encode_fattr4_acl() 3558 if (xdr_stream_encode_u32(xdr, hweight_long(mask)) != XDR_UNIT) in nfsd4_encode_fattr4_fs_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 | 91 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_ff_encode_getdeviceinfo()
|
| H A D | nfs3acl.c | 185 if (xdr_stream_encode_u32(xdr, resp->mask) < 0) in nfs3svc_encode_getaclres()
|
| H A D | blocklayoutxdr.c | 107 if (xdr_stream_encode_u32(xdr, 0) != XDR_UNIT) in nfsd4_block_encode_getdeviceinfo()
|
| H A D | nfs4callback.c | 81 WARN_ON_ONCE(xdr_stream_encode_u32(xdr, n) < 0); in encode_uint32()
|
| /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 | xdr4.c | 106 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 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/net/sunrpc/ |
| H A D | svc.c | 1512 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common() 1513 xdr_stream_encode_u32(xdr, RPC_MISMATCH); in svc_process_common() 1515 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common() 1516 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common() 1526 xdr_stream_encode_u32(xdr, RPC_MSG_DENIED); in svc_process_common() 1527 xdr_stream_encode_u32(xdr, RPC_AUTH_ERROR); in svc_process_common() 1550 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common() 1551 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/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/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/typedef/encoder/ |
| H A D | variable_length_array.j2 | 20 if (xdr_stream_encode_u32(xdr, value.count) != XDR_UNIT)
|
| /linux/fs/nfs_common/ |
| H A D | nfsacl.c | 177 if (xdr_stream_encode_u32(xdr, entries) < 0) in nfs_stream_encode_acl()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1136 if (xdr_stream_encode_u32(xdr, major_status) < 0) in svcxdr_encode_gss_init_res() 1138 if (xdr_stream_encode_u32(xdr, minor_status) < 0) in svcxdr_encode_gss_init_res() 1140 if (xdr_stream_encode_u32(xdr, seq_num) < 0) in svcxdr_encode_gss_init_res()
|
| /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 | 985 WARN_ON_ONCE(xdr_stream_encode_u32(xdr, n) < 0); in encode_uint32()
|