/* * Encode and decode owner handle */ static inline __be32 * nlm_decode_oh(__be32 *p, struct xdr_netobj *oh) { return xdr_decode_netobj(p, oh); }
/* * Encode and decode owner handle */ static u32 * nlm4_decode_oh(u32 *p, struct xdr_netobj *oh) { return xdr_decode_netobj(p, oh); }