Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dsvcshare.c20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner()
31 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_share_file()
72 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_unshare_file()
Dxdr.c111 nlm_decode_oh(u32 *p, struct xdr_netobj *oh) in nlm_decode_oh()
117 nlm_encode_oh(u32 *p, struct xdr_netobj *oh) in nlm_encode_oh()
Dxdr4.c111 nlm4_decode_oh(u32 *p, struct xdr_netobj *oh) in nlm4_decode_oh()
117 nlm4_encode_oh(u32 *p, struct xdr_netobj *oh) in nlm4_encode_oh()
/linux-2.4.37.9/include/linux/sunrpc/
Dxdr.h24 struct xdr_netobj { struct
91 u32 * xdr_encode_netobj(u32 *p, const struct xdr_netobj *);
92 u32 * xdr_decode_netobj(u32 *p, struct xdr_netobj *);
/linux-2.4.37.9/include/linux/lockd/
Dshare.h19 struct xdr_netobj s_owner; /* owner handle */
Dxdr.h31 struct xdr_netobj oh;
/linux-2.4.37.9/net/sunrpc/
Dxdr.c23 xdr_encode_netobj(u32 *p, const struct xdr_netobj *obj) in xdr_encode_netobj()
43 xdr_decode_netobj(u32 *p, struct xdr_netobj *obj) in xdr_decode_netobj()