Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dxdr.c110 return xdr_encode_netobj(p, oh); in nlm_encode_oh()
164 if (!(p = xdr_encode_netobj(p, &resp->lock.oh))) in nlm_encode_testres()
Dxdr4.c157 if (!(p = xdr_encode_netobj(p, &resp->lock.oh))) in nlm4_encode_testres()
/linux-4.4.14/include/linux/sunrpc/
Dxdr.h104 __be32 *xdr_encode_netobj(__be32 *p, const struct xdr_netobj *);
/linux-4.4.14/net/sunrpc/
Dxdr.c23 xdr_encode_netobj(__be32 *p, const struct xdr_netobj *obj) in xdr_encode_netobj() function
32 EXPORT_SYMBOL_GPL(xdr_encode_netobj);
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c1502 p = xdr_encode_netobj(p, &ctx->gc_wire_ctx); in gss_marshal()