Searched refs:encode_netobj (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/lockd/ |
D | clntxdr.c | 115 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function 153 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie() 194 encode_netobj(xdr, (u8 *)&fh->data, NFS2_FHSIZE); in encode_fh() 265 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_holder() 350 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_lock()
|
D | clnt4xdr.c | 118 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function 156 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie() 197 encode_netobj(xdr, (u8 *)&fh->data, fh->size); in encode_fh() 270 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_holder() 356 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_lock()
|