Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs3xdr.c142 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_post_op_fh3()
410 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_pre_op_attr()
442 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_post_op_attr()
471 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_wcc_data()
1045 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_entry3_common()
H A Dnfsxdr.c581 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_entry_common()
H A Dnfs4xdr.c3916 if (xdr_stream_encode_item_present(xdr) != XDR_UNIT) in nfsd4_encode_entry4()
/linux/include/linux/sunrpc/
H A Dxdr.h387 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present() function
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c474 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()