Home
last modified time | relevance | path

Searched refs:xdr_align_size (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h365 xdr_align_size(size_t n) in xdr_align_size() function
384 return xdr_align_size(n) - n; in xdr_pad_size()
535 size_t count = sizeof(__u32) + xdr_align_size(len); in xdr_stream_encode_opaque_inline()
565 return xdr_align_size(len); in xdr_stream_encode_opaque_fixed()
581 size_t count = sizeof(__u32) + xdr_align_size(len); in xdr_stream_encode_opaque()
H A Dsvc_rdma_pcl.h112 return xdr_align_size(chunk->ch_position + chunk->ch_payload_length); in pcl_chunk_end_offset()
/openbmc/linux/fs/nfs/
H A Dnfs42xdr.c1007 if (!xdr_stream_subsegment(xdr, &buf, xdr_align_size(len))) in decode_read_plus_segment()
1079 xdr_set_pagelen(xdr, xdr_align_size(args->count)); in decode_read_plus()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c951 length = xdr_align_size(chunk->ch_length); in svc_rdma_read_data_item()
H A Drpc_rdma.c1288 return rpclen + xdr_align_size(writelist); in rpcrdma_decode_msg()
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2447 max_reply += xdr_align_size(argp->taglen); in nfsd4_decode_compound()
4124 xdr_truncate_encode(xdr, starting_len + xdr_align_size(maxcount)); in nfsd4_encode_readv()
4212 xdr_truncate_encode(xdr, length_offset + 4 + xdr_align_size(maxcount)); in nfsd4_encode_readlink()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1611 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
/openbmc/linux/net/sunrpc/
H A Dxdr.c1243 unsigned int nbytes = xdr_align_size(len); in xdr_truncate_decode()