Home
last modified time | relevance | path

Searched refs:netobj (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/sunrpc/xdrgen/
H A Dnlm3.h18 typedef opaque netobj; typedef
35 netobj cookie;
42 netobj oh;
55 netobj cookie;
61 netobj fh;
62 netobj oh;
69 netobj cookie;
78 netobj cookie;
85 netobj cookie;
91 netobj cookie;
[all …]
H A Dnlm4.h18 typedef opaque netobj; typedef
66 netobj oh;
83 netobj cookie;
88 netobj cookie;
94 netobj fh;
95 netobj oh;
102 netobj cookie;
111 netobj cookie;
118 netobj cookie;
124 netobj cookie;
[all …]
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c224 static char *gssp_stringify(struct xdr_netobj *netobj) in gssp_stringify() argument
226 return kmemdup_nul(netobj->data, netobj->len, GFP_KERNEL); in gssp_stringify()
/linux/fs/lockd/
H A Dnlm3xdr_gen.c11 xdrgen_decode_netobj(struct xdr_stream *xdr, netobj *ptr) in xdrgen_decode_netobj()
419 xdrgen_encode_netobj(struct xdr_stream *xdr, const netobj value) in xdrgen_encode_netobj()
H A Dnlm4xdr_gen.c11 xdrgen_decode_netobj(struct xdr_stream *xdr, netobj *ptr) in xdrgen_decode_netobj()
448 xdrgen_encode_netobj(struct xdr_stream *xdr, const netobj value) in xdrgen_encode_netobj()
H A Dsvcproc.c108 nlm_netobj_to_cookie(struct lockd_cookie *cookie, netobj *object) in nlm_netobj_to_cookie()
H A Dsvc4proc.c103 nlm4_netobj_to_cookie(struct lockd_cookie *cookie, netobj *object) in nlm4_netobj_to_cookie()