Searched refs:nlm_cookie (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | xdr.h | 53 struct nlm_cookie struct 63 struct nlm_cookie cookie; 79 struct nlm_cookie cookie;
|
H A D | lockd.h | 220 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);
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | xdr.h | 56 struct nlm_cookie struct 66 struct nlm_cookie cookie; 82 struct nlm_cookie cookie;
|
H A D | lockd.h | 226 void nlmclnt_next_cookie(struct nlm_cookie *); 279 struct nlm_cookie *, int); 283 struct nlm_lock *, struct nlm_cookie *); 288 void nlmsvc_grant_reply(struct nlm_cookie *, __be32);
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svcxdr.h | 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()
|
H A D | svclock.c | 59 static const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie) in nlmdbg_cookie2a() 176 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b) in nlm_cookie_match() 189 nlmsvc_find_block(struct nlm_cookie *cookie) in nlmsvc_find_block() 227 struct nlm_cookie *cookie) in nlmsvc_create_block() 482 struct nlm_cookie *cookie, int reclaim) in nlmsvc_lock() 599 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock() 965 nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status) in nlmsvc_grant_reply()
|
H A D | clntxdr.c | 131 const struct nlm_cookie *cookie) in encode_cookie() 137 struct nlm_cookie *cookie) in decode_cookie()
|
H A D | clnt4xdr.c | 134 const struct nlm_cookie *cookie) in encode_cookie() 140 struct nlm_cookie *cookie) in decode_cookie()
|
H A D | clntproc.c | 43 static atomic_t nlm_cookie = ATOMIC_INIT(0x1234); variable 45 void nlmclnt_next_cookie(struct nlm_cookie *c) in nlmclnt_next_cookie() 47 u32 cookie = atomic_inc_return(&nlm_cookie); in nlmclnt_next_cookie()
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svclock.c | 58 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() 470 struct nlm_cookie *cookie, int reclaim) in nlmsvc_lock() 577 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock() 937 nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status) in nlmsvc_grant_reply()
|
H A D | xdr.c | 47 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()
|
H A D | clnt4xdr.c | 134 const struct nlm_cookie *cookie) in encode_cookie() 140 struct nlm_cookie *cookie) in decode_cookie()
|
H A D | xdr4.c | 47 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()
|
H A D | clntxdr.c | 131 const struct nlm_cookie *cookie) in encode_cookie() 137 struct nlm_cookie *cookie) in decode_cookie()
|
H A D | clntproc.c | 40 static atomic_t nlm_cookie = ATOMIC_INIT(0x1234); variable 42 void nlmclnt_next_cookie(struct nlm_cookie *c) in nlmclnt_next_cookie() 44 u32 cookie = atomic_inc_return(&nlm_cookie); in nlmclnt_next_cookie()
|
Completed in 13 milliseconds