Lines Matching defs:xdr
75 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) in read_buf()
85 static __be32 decode_string(struct xdr_stream *xdr, unsigned int *len, const char **str) in decode_string()
105 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh()
123 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap()
142 static __be32 decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
153 static __be32 decode_compound_hdr_arg(struct xdr_stream *xdr, struct cb_compound_hdr_arg *hdr) in decode_compound_hdr_arg()
186 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
196 static __be32 decode_getattr_args(struct svc_rqst *rqstp, struct xdr_stream *xdr, struct cb_getattr… in decode_getattr_args()
209 static __be32 decode_recall_args(struct svc_rqst *rqstp, struct xdr_stream *xdr, struct cb_recallar… in decode_recall_args()
232 struct xdr_stream *xdr, in decode_layoutrecall_args()
292 struct xdr_stream *xdr, in decode_devicenotify_args()
381 static __be32 decode_sessionid(struct xdr_stream *xdr, in decode_sessionid()
394 static __be32 decode_rc_list(struct xdr_stream *xdr, in decode_rc_list()
433 struct xdr_stream *xdr, in decode_cb_sequence_args()
495 struct xdr_stream *xdr, in decode_recallany_args()
514 struct xdr_stream *xdr, in decode_recallslot_args()
528 static __be32 encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
541 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, __be32 **savep) in encode_attr_bitmap()
571 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change()
584 static __be32 encode_attr_size(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t size) in encode_attr_size()
597 static __be32 encode_attr_time(struct xdr_stream *xdr, const struct timespec *time) in encode_attr_time()
609 static __be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_ctime()
616 static __be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_mtime()
623 static __be32 encode_compound_hdr_res(struct xdr_stream *xdr, struct cb_compound_hdr_res *hdr) in encode_compound_hdr_res()
639 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr()
651 static __be32 encode_getattr_res(struct svc_rqst *rqstp, struct xdr_stream *xdr, const struct cb_ge… in encode_getattr_res()
679 static __be32 encode_sessionid(struct xdr_stream *xdr, in encode_sessionid()
693 struct xdr_stream *xdr, in encode_cb_sequence_res()