Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfs3xdr.c408 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_pre_op_attr()
454 return xdr_stream_encode_item_absent(xdr) > 0; in svcxdr_encode_post_op_attr()
482 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_wcc_data()
1041 if (xdr_stream_encode_item_absent(xdr) < 0) in nfs3svc_encode_readdirres()
1202 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()
1204 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()
A Dnfsxdr.c518 if (xdr_stream_encode_item_absent(xdr) < 0) in nfssvc_encode_readdirres()
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_sendto.c360 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list()
464 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list()
491 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_reply_chunk()
A Drpc_rdma.c374 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_read_list()
455 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_write_list()
484 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_reply_chunk()
/linux/include/linux/sunrpc/
A Dxdr.h387 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function

Completed in 13 milliseconds