Home
last modified time | relevance | path

Searched refs:xdr_stream_encode_u64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/lockd/
H A Dxdr4.c116 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()
/openbmc/linux/fs/nfsd/
H A Dnfs3xdr.c1049 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()
H A Dnfs4xdr.c2580 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()
/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h511 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64() function
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c988 WARN_ON_ONCE(xdr_stream_encode_u64(xdr, n) < 0); in encode_uint64()