Lines Matching defs:xdr
71 static bool nfs4_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nfs4_encode_void()
76 static __be32 decode_string(struct xdr_stream *xdr, unsigned int *len, in decode_string()
88 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh()
106 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap()
127 static __be32 decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
138 static __be32 decode_delegation_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_delegation_stateid()
144 static __be32 decode_compound_hdr_arg(struct xdr_stream *xdr, struct cb_compound_hdr_arg *hdr) in decode_compound_hdr_arg()
169 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
180 struct xdr_stream *xdr, void *argp) in decode_getattr_args()
192 struct xdr_stream *xdr, void *argp) in decode_recall_args()
209 static __be32 decode_layout_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_layout_stateid()
216 struct xdr_stream *xdr, void *argp) in decode_layoutrecall_args()
260 struct xdr_stream *xdr, in decode_devicenotify_args()
347 static __be32 decode_sessionid(struct xdr_stream *xdr, in decode_sessionid()
360 static __be32 decode_rc_list(struct xdr_stream *xdr, in decode_rc_list()
401 struct xdr_stream *xdr, in decode_cb_sequence_args()
449 struct xdr_stream *xdr, in decode_recallany_args()
469 struct xdr_stream *xdr, in decode_recallslot_args()
482 static __be32 decode_lockowner(struct xdr_stream *xdr, struct cb_notify_lock_args *args) in decode_lockowner()
513 struct xdr_stream *xdr, void *argp) in decode_notify_lock_args()
526 static __be32 decode_write_response(struct xdr_stream *xdr, in decode_write_response()
554 struct xdr_stream *xdr, in decode_offload_args()
591 static __be32 encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) in encode_string()
598 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, size_t sz) in encode_attr_bitmap()
605 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change()
618 static __be32 encode_attr_size(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t size) in encode_attr_size()
631 static __be32 encode_attr_time(struct xdr_stream *xdr, const struct timespec64 *time) in encode_attr_time()
643 static __be32 encode_attr_atime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_atime()
650 static __be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_ctime()
657 static __be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_mtime()
664 static __be32 encode_attr_delegatime(struct xdr_stream *xdr, in encode_attr_delegatime()
673 static __be32 encode_attr_delegmtime(struct xdr_stream *xdr, in encode_attr_delegmtime()
682 static __be32 encode_compound_hdr_res(struct xdr_stream *xdr, struct cb_compound_hdr_res *hdr) in encode_compound_hdr_res()
698 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr()
710 static __be32 encode_getattr_res(struct svc_rqst *rqstp, struct xdr_stream *xdr, in encode_getattr_res()
752 static __be32 encode_sessionid(struct xdr_stream *xdr, in encode_sessionid()
766 struct xdr_stream *xdr, in encode_cb_sequence_res()