Home
last modified time | relevance | path

Searched refs:encode_netobj (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c108 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function
136 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie()
176 encode_netobj(xdr, (u8 *)&fh->data, fh->size); in encode_fh()
248 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_holder()
326 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_lock()
H A Dclntxdr.c105 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function
133 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie()
173 encode_netobj(xdr, (u8 *)&fh->data, NFS2_FHSIZE); in encode_fh()
243 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_holder()
327 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_lock()