Searched refs:xdr_stream_encode_u64 (Results 1 – 5 of 5) sorted by relevance
116 if (xdr_stream_encode_u64(xdr, start) < 0) in svcxdr_encode_holder()118 if (xdr_stream_encode_u64(xdr, len) < 0) in svcxdr_encode_holder()
1049 if (xdr_stream_encode_u64(xdr, ino) < 0) in svcxdr_encode_entry3_common()1056 if (xdr_stream_encode_u64(xdr, OFFSET_MAX) < 0) in svcxdr_encode_entry3_common()
2580 if (xdr_stream_encode_u64(xdr, c->before_change) < 0) in nfsd4_encode_change_info4()2582 if (xdr_stream_encode_u64(xdr, c->after_change) < 0) in nfsd4_encode_change_info4()
511 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64() function
988 WARN_ON_ONCE(xdr_stream_encode_u64(xdr, n) < 0); in encode_uint64()