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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dxdr.h40 struct nlm_cookie struct
50 struct nlm_cookie cookie;
66 struct nlm_cookie cookie;
H A Dlockd.h159 struct nlm_lock *, int, struct nlm_cookie *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dxdr.h40 struct nlm_cookie struct
50 struct nlm_cookie cookie;
66 struct nlm_cookie cookie;
H A Dlockd.h159 struct nlm_lock *, int, struct nlm_cookie *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvclock.c133 static inline int nlm_cookie_match(struct nlm_cookie *a, struct nlm_cookie *b)
146 nlmsvc_find_block(struct nlm_cookie *cookie)
172 struct nlm_lock *lock, struct nlm_cookie *cookie)
303 struct nlm_lock *lock, int wait, struct nlm_cookie *cookie)
609 nlmsvc_grant_reply(struct nlm_cookie *cookie, u32 status)
H A Dclntproc.c34 static u32 nlm_cookie = 0x1234; variable
36 static inline void nlmclnt_next_cookie(struct nlm_cookie *c)
38 memcpy(c->data, &nlm_cookie, 4);
41 nlm_cookie++;
H A Dxdr.c47 static inline u32 *nlm_decode_cookie(u32 *p, struct nlm_cookie *c)
74 nlm_encode_cookie(u32 *p, struct nlm_cookie *c)
H A Dxdr4.c48 nlm4_decode_cookie(u32 *p, struct nlm_cookie *c)
75 nlm4_encode_cookie(u32 *p, struct nlm_cookie *c)

Completed in 56 milliseconds