Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/lockd/
Dxdr.h40 struct nlm_cookie struct
51 struct nlm_cookie cookie; argument
67 struct nlm_cookie cookie;
Ddebug.h56 struct nlm_cookie;
58 extern const char *nlmdbg_cookie2a(const struct nlm_cookie *);
Dlockd.h159 struct nlm_lock *, int, struct nlm_cookie *);
167 void nlmsvc_grant_reply(struct svc_rqst *, struct nlm_cookie *, u32);
/linux-2.4.37.9/fs/lockd/
Dsvclock.c133 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b) in nlm_cookie_match()
146 nlmsvc_find_block(struct nlm_cookie *cookie, struct sockaddr_in *sin) in nlmsvc_find_block()
173 struct nlm_lock *lock, struct nlm_cookie *cookie) in nlmsvc_create_block()
307 struct nlm_lock *lock, int wait, struct nlm_cookie *cookie) in nlmsvc_lock()
621 nlmsvc_grant_reply(struct svc_rqst *rqstp, struct nlm_cookie *cookie, u32 status) in nlmsvc_grant_reply()
Dclntproc.c34 static u32 nlm_cookie = 0x1234; variable
36 static inline void nlmclnt_next_cookie(struct nlm_cookie *c) in nlmclnt_next_cookie()
38 memcpy(c->data, &nlm_cookie, 4); in nlmclnt_next_cookie()
41 nlm_cookie++; in nlmclnt_next_cookie()
Dxdr.c47 static inline u32 *nlm_decode_cookie(u32 *p, struct nlm_cookie *c) in nlm_decode_cookie()
74 nlm_encode_cookie(u32 *p, struct nlm_cookie *c) in nlm_encode_cookie()
647 const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie) in nlmdbg_cookie2a()
Dxdr4.c48 nlm4_decode_cookie(u32 *p, struct nlm_cookie *c) in nlm4_decode_cookie()
75 nlm4_encode_cookie(u32 *p, struct nlm_cookie *c) in nlm4_encode_cookie()