Searched refs:nlm_cookie (Results 1 – 3 of 3) sorted by relevance
73 svcxdr_decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) in svcxdr_decode_cookie()101 svcxdr_encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) in svcxdr_encode_cookie()
134 const struct nlm_cookie *cookie) in encode_cookie()140 struct nlm_cookie *cookie) in decode_cookie()
43 static atomic_t nlm_cookie = ATOMIC_INIT(0x1234); variable45 void nlmclnt_next_cookie(struct nlm_cookie *c) in nlmclnt_next_cookie()47 u32 cookie = atomic_inc_return(&nlm_cookie); in nlmclnt_next_cookie()