Searched hist:bddfdbcddbe267519cd36aeb115fdf8620980111 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | xdr4.h | diff 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 D | nfssvc.c | diff 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 D | nfs4proc.c | diff 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 D | nfs4xdr.c | diff 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 D | nfs4state.c | diff 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 D | svc.h | diff 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>
|