Lines Matching defs:xdr
58 svcxdr_decode_nfstime3(struct xdr_stream *xdr, struct timespec64 *timep) in svcxdr_decode_nfstime3()
81 svcxdr_decode_nfs_fh3(struct xdr_stream *xdr, struct svc_fh *fhp) in svcxdr_decode_nfs_fh3()
110 svcxdr_encode_nfsstat3(struct xdr_stream *xdr, __be32 status) in svcxdr_encode_nfsstat3()
123 svcxdr_encode_nfs_fh3(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_nfs_fh3()
140 svcxdr_encode_post_op_fh3(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_post_op_fh3()
151 svcxdr_encode_cookieverf3(struct xdr_stream *xdr, const __be32 *verf) in svcxdr_encode_cookieverf3()
164 svcxdr_encode_writeverf3(struct xdr_stream *xdr, const __be32 *verf) in svcxdr_encode_writeverf3()
177 svcxdr_decode_filename3(struct xdr_stream *xdr, char **name, unsigned int *len) in svcxdr_decode_filename3()
202 svcxdr_decode_diropargs3(struct xdr_stream *xdr, struct svc_fh *fhp, in svcxdr_decode_diropargs3()
210 svcxdr_decode_sattr3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_sattr3()
296 svcxdr_decode_sattrguard3(struct xdr_stream *xdr, struct nfsd3_sattrargs *args) in svcxdr_decode_sattrguard3()
313 svcxdr_decode_specdata3(struct xdr_stream *xdr, struct nfsd3_mknodargs *args) in svcxdr_decode_specdata3()
327 svcxdr_decode_devicedata3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_decode_devicedata3()
335 svcxdr_encode_fattr3(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_fattr3()
387 svcxdr_encode_wcc_attr(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_wcc_attr()
402 svcxdr_encode_pre_op_attr(struct xdr_stream *xdr, const struct svc_fh *fhp) in svcxdr_encode_pre_op_attr()
426 svcxdr_encode_post_op_attr(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_post_op_attr()
458 svcxdr_encode_wcc_data(struct svc_rqst *rqstp, struct xdr_stream *xdr, in svcxdr_encode_wcc_data()
492 nfs3svc_decode_fhandleargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_fhandleargs()
500 nfs3svc_decode_sattrargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_sattrargs()
510 nfs3svc_decode_diropargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_diropargs()
518 nfs3svc_decode_accessargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_accessargs()
531 nfs3svc_decode_readargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_readargs()
546 nfs3svc_decode_writeargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_writeargs()
576 nfs3svc_decode_createargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_createargs()
600 nfs3svc_decode_mkdirargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_mkdirargs()
610 nfs3svc_decode_symlinkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_symlinkargs()
629 nfs3svc_decode_mknodargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_mknodargs()
657 nfs3svc_decode_renameargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_renameargs()
668 nfs3svc_decode_linkargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_linkargs()
678 nfs3svc_decode_readdirargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_readdirargs()
696 nfs3svc_decode_readdirplusargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_readdirplusargs()
718 nfs3svc_decode_commitargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_decode_commitargs()
738 nfs3svc_encode_getattrres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_getattrres()
757 nfs3svc_encode_wccstat(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_wccstat()
767 nfs3svc_encode_lookupres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_lookupres()
792 nfs3svc_encode_accessres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_accessres()
815 nfs3svc_encode_readlinkres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_readlinkres()
843 nfs3svc_encode_readres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_readres()
876 nfs3svc_encode_writeres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_writeres()
903 nfs3svc_encode_createres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_createres()
928 nfs3svc_encode_renameres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_renameres()
939 nfs3svc_encode_linkres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_linkres()
950 nfs3svc_encode_readdirres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_readdirres()
1041 struct xdr_stream *xdr = &resp->xdr; in svcxdr_encode_entry3_common() local
1107 struct xdr_stream *xdr = &resp->xdr; in svcxdr_encode_entry3_plus() local
1181 svcxdr_encode_fsstat3resok(struct xdr_stream *xdr, in svcxdr_encode_fsstat3resok()
1204 nfs3svc_encode_fsstatres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_fsstatres()
1226 svcxdr_encode_fsinfo3resok(struct xdr_stream *xdr, in svcxdr_encode_fsinfo3resok()
1250 nfs3svc_encode_fsinfores(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_fsinfores()
1272 svcxdr_encode_pathconf3resok(struct xdr_stream *xdr, in svcxdr_encode_pathconf3resok()
1292 nfs3svc_encode_pathconfres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_pathconfres()
1315 nfs3svc_encode_commitres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs3svc_encode_commitres()