Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/lockd/
Dxdr.h53 struct nlm_cookie struct
63 struct nlm_cookie cookie; argument
79 struct nlm_cookie cookie;
Dlockd.h221 void nlmclnt_next_cookie(struct nlm_cookie *);
272 struct nlm_cookie *, int);
276 struct nlm_lock *, struct nlm_cookie *);
281 void nlmsvc_grant_reply(struct nlm_cookie *, __be32);
/linux-4.19.296/fs/lockd/
Dsvclock.c58 static const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie) in nlmdbg_cookie2a()
170 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b) in nlm_cookie_match()
183 nlmsvc_find_block(struct nlm_cookie *cookie) in nlmsvc_find_block()
218 struct nlm_cookie *cookie) in nlmsvc_create_block()
401 struct nlm_cookie *cookie, int reclaim) in nlmsvc_lock()
508 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
865 nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status) in nlmsvc_grant_reply()
Dxdr4.c47 nlm4_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_decode_cookie()
75 nlm4_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_encode_cookie()
Dxdr.c47 static __be32 *nlm_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_decode_cookie()
75 nlm_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_encode_cookie()
Dclnt4xdr.c145 const struct nlm_cookie *cookie) in encode_cookie()
151 struct nlm_cookie *cookie) in decode_cookie()
Dclntxdr.c142 const struct nlm_cookie *cookie) in encode_cookie()
148 struct nlm_cookie *cookie) in decode_cookie()
Dclntproc.c39 static atomic_t nlm_cookie = ATOMIC_INIT(0x1234); variable
41 void nlmclnt_next_cookie(struct nlm_cookie *c) in nlmclnt_next_cookie()
43 u32 cookie = atomic_inc_return(&nlm_cookie); in nlmclnt_next_cookie()