Home
last modified time | relevance | path

Searched refs:nlm_lock (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/linux/lockd/
Dlockd.h135 u32 nlmclnt_grant(struct nlm_lock *);
138 int nlmclnt_setgrantargs(struct nlm_rqst *, struct nlm_lock *);
159 struct nlm_lock *, int, struct nlm_cookie *);
160 u32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
161 u32 nlmsvc_testlock(struct nlm_file *, struct nlm_lock *,
162 struct nlm_lock *);
163 u32 nlmsvc_cancel_blocked(struct nlm_file *, struct nlm_lock *);
Dxdr.h27 struct nlm_lock { struct
52 struct nlm_lock lock; argument
69 struct nlm_lock lock;
/linux-2.4.37.9/fs/lockd/
Dsvclock.c105 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock, int remove) in nlmsvc_lookup_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()
391 nlmsvc_testlock(struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_testlock()
392 struct nlm_lock *conflock) in nlmsvc_testlock()
424 nlmsvc_unlock(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
452 nlmsvc_cancel_blocked(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
510 struct nlm_lock *lock = &block->b_call.a_args.lock; in nlmsvc_grant_blocked()
Dxdr.c123 nlm_decode_lock(u32 *p, struct nlm_lock *lock) in nlm_decode_lock()
157 nlm_encode_lock(u32 *p, struct nlm_lock *lock) in nlm_encode_lock()
316 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_shareargs()
355 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_notify()
415 struct nlm_lock *lock = &argp->lock; in nlmclt_encode_testargs()
463 struct nlm_lock *lock = &argp->lock; in nlmclt_encode_lockargs()
480 struct nlm_lock *lock = &argp->lock; in nlmclt_encode_cancargs()
495 struct nlm_lock *lock = &argp->lock; in nlmclt_encode_unlockargs()
Dxdr4.c123 nlm4_decode_lock(u32 *p, struct nlm_lock *lock) in nlm4_decode_lock()
156 nlm4_encode_lock(u32 *p, struct nlm_lock *lock) in nlm4_encode_lock()
322 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_shareargs()
361 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_notify()
421 struct nlm_lock *lock = &argp->lock; in nlm4clt_encode_testargs()
469 struct nlm_lock *lock = &argp->lock; in nlm4clt_encode_lockargs()
486 struct nlm_lock *lock = &argp->lock; in nlm4clt_encode_cancargs()
501 struct nlm_lock *lock = &argp->lock; in nlm4clt_encode_unlockargs()
Dclntlock.c103 nlmclnt_grant(struct nlm_lock *lock) in nlmclnt_grant()
Dclntproc.c51 struct nlm_lock *lock = &argp->lock; in nlmclnt_setlockargs()
68 nlmclnt_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmclnt_setgrantargs()
Dsvc4proc.c36 struct nlm_lock *lock = &argp->lock; in nlm4svc_retrieve_args()
Dsvcproc.c65 struct nlm_lock *lock = &argp->lock; in nlmsvc_retrieve_args()