Lines Matching defs:xdr

75 static __be32 *read_buf(struct xdr_stream *xdr, size_t nbytes)  in read_buf()
85 static __be32 decode_string(struct xdr_stream *xdr, unsigned int *len, in decode_string()
97 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh()
115 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap()
134 static __be32 decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
145 static __be32 decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
151 static __be32 decode_compound_hdr_arg(struct xdr_stream *xdr, struct cb_compound_hdr_arg *hdr) in decode_compound_hdr_arg()
176 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
187 struct xdr_stream *xdr, void *argp) in decode_getattr_args()
199 struct xdr_stream *xdr, void *argp) in decode_recall_args()
216 static __be32 decode_layout_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_layout_stateid()
223 struct xdr_stream *xdr, void *argp) in decode_layoutrecall_args()
267 struct xdr_stream *xdr, in decode_devicenotify_args()
357 static __be32 decode_sessionid(struct xdr_stream *xdr, in decode_sessionid()
370 static __be32 decode_rc_list(struct xdr_stream *xdr, in decode_rc_list()
409 struct xdr_stream *xdr, in decode_cb_sequence_args()
457 struct xdr_stream *xdr, in decode_recallany_args()
477 struct xdr_stream *xdr, in decode_recallslot_args()
490 static __be32 decode_lockowner(struct xdr_stream *xdr, struct cb_notify_lock_args *args) in decode_lockowner()
521 struct xdr_stream *xdr, void *argp) in decode_notify_lock_args()
534 static __be32 decode_write_response(struct xdr_stream *xdr, in decode_write_response()
562 struct xdr_stream *xdr, in decode_offload_args()
599 static __be32 encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
606 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, size_t sz) in encode_attr_bitmap()
613 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change()
626 static __be32 encode_attr_size(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t size) in encode_attr_size()
639 static __be32 encode_attr_time(struct xdr_stream *xdr, const struct timespec *time) in encode_attr_time()
651 static __be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_ctime()
658 static __be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_mtime()
665 static __be32 encode_compound_hdr_res(struct xdr_stream *xdr, struct cb_compound_hdr_res *hdr) in encode_compound_hdr_res()
681 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr()
693 static __be32 encode_getattr_res(struct svc_rqst *rqstp, struct xdr_stream *xdr, in encode_getattr_res()
726 static __be32 encode_sessionid(struct xdr_stream *xdr, in encode_sessionid()
740 struct xdr_stream *xdr, in encode_cb_sequence_res()