Searched refs:encode_netobj (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/lockd/ |
D | clnt4xdr.c | 119 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function 147 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie() 188 encode_netobj(xdr, (u8 *)&fh->data, fh->size); in encode_fh() 261 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_holder() 347 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm4_lock()
|
D | clntxdr.c | 116 static void encode_netobj(struct xdr_stream *xdr, in encode_netobj() function 144 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len); in encode_cookie() 185 encode_netobj(xdr, (u8 *)&fh->data, NFS2_FHSIZE); in encode_fh() 256 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_holder() 341 encode_netobj(xdr, lock->oh.data, lock->oh.len); in encode_nlm_lock()
|