Searched refs:nlm_cookie (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/lockd/
H A Dxdr.h52 struct nlm_cookie struct
62 struct nlm_cookie cookie;
78 struct nlm_cookie cookie;
H A Dlockd.h217 void nlmclnt_next_cookie(struct nlm_cookie *);
268 struct nlm_cookie *, int);
272 struct nlm_lock *, struct nlm_cookie *);
277 void nlmsvc_grant_reply(struct nlm_cookie *, __be32);
/linux-4.4.14/fs/lockd/
H A Dsvclock.c57 static const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie) nlmdbg_cookie2a()
169 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b) nlm_cookie_match()
182 nlmsvc_find_block(struct nlm_cookie *cookie) nlmsvc_find_block()
217 struct nlm_cookie *cookie) nlmsvc_create_block()
400 struct nlm_cookie *cookie, int reclaim) nlmsvc_lock()
507 struct nlm_lock *conflock, struct nlm_cookie *cookie) nlmsvc_testlock()
864 nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status) nlmsvc_grant_reply()
H A Dxdr.c46 static __be32 *nlm_decode_cookie(__be32 *p, struct nlm_cookie *c) nlm_decode_cookie()
74 nlm_encode_cookie(__be32 *p, struct nlm_cookie *c) nlm_encode_cookie()
H A Dxdr4.c46 nlm4_decode_cookie(__be32 *p, struct nlm_cookie *c) nlm4_decode_cookie()
74 nlm4_encode_cookie(__be32 *p, struct nlm_cookie *c) nlm4_encode_cookie()
H A Dclntproc.c39 static atomic_t nlm_cookie = ATOMIC_INIT(0x1234); variable
41 void nlmclnt_next_cookie(struct nlm_cookie *c) nlmclnt_next_cookie()
43 u32 cookie = atomic_inc_return(&nlm_cookie); nlmclnt_next_cookie()
H A Dclnt4xdr.c154 const struct nlm_cookie *cookie) encode_cookie()
160 struct nlm_cookie *cookie) decode_cookie()
H A Dclntxdr.c151 const struct nlm_cookie *cookie) encode_cookie()
157 struct nlm_cookie *cookie) decode_cookie()

Completed in 324 milliseconds