Home
last modified time | relevance | path

Searched hist:bddfdbcddbe267519cd36aeb115fdf8620980111 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dxdr4.hdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
H A Dnfssvc.cdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
H A Dnfs4proc.cdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
H A Dnfs4xdr.cdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
H A Dnfs4state.cdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
/openbmc/linux/include/linux/sunrpc/
H A Dsvc.hdiff bddfdbcddbe267519cd36aeb115fdf8620980111 Tue Oct 27 14:53:42 CDT 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Extract the svcxdr_init_encode() helper

NFSD initializes an encode xdr_stream only after the RPC layer has
already inserted the RPC Reply header. Thus it behaves differently
than xdr_init_encode does, which assumes the passed-in xdr_buf is
entirely devoid of content.

nfs4proc.c has this server-side stream initialization helper, but
it is visible only to the NFSv4 code. Move this helper to a place
that can be accessed by NFSv2 and NFSv3 server XDR functions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>