Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/lockd/
Dxdr.h37 struct nlm_lock { struct
63 struct nlm_lock lock; argument
80 struct nlm_lock lock;
Dlockd.h212 const struct nlm_lock *lock);
263 struct nlm_host *, struct nlm_lock *, int,
265 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
267 struct nlm_host *, struct nlm_lock *,
268 struct nlm_lock *, struct nlm_cookie *);
269 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
/linux-4.1.27/fs/lockd/
Dclntxdr.c60 static void nlm_compute_offsets(const struct nlm_lock *lock, in nlm_compute_offsets()
259 const struct nlm_lock *lock = &result->lock; in encode_nlm_holder()
275 struct nlm_lock *lock = &result->lock; in decode_nlm_holder()
343 const struct nlm_lock *lock) in encode_nlm_lock()
379 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_testargs()
400 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_lockargs()
422 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_cancargs()
440 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_unlockargs()
Dclnt4xdr.c64 static void nlm4_compute_offsets(const struct nlm_lock *lock, in nlm4_compute_offsets()
264 const struct nlm_lock *lock = &result->lock; in encode_nlm4_holder()
280 struct nlm_lock *lock = &result->lock; in decode_nlm4_holder()
349 const struct nlm_lock *lock) in encode_nlm4_lock()
386 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_testargs()
407 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_lockargs()
429 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_cancargs()
447 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_unlockargs()
Dsvclock.c46 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
144 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
216 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
338 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
399 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
506 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
507 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
563 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
591 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
732 struct nlm_lock *lock = &block->b_call->a_args.lock; in nlmsvc_grant_blocked()
Dxdr4.c106 nlm4_decode_lock(__be32 *p, struct nlm_lock *lock) in nlm4_decode_lock()
255 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_shareargs()
295 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_notify()
Dxdr.c114 nlm_decode_lock(__be32 *p, struct nlm_lock *lock) in nlm_decode_lock()
258 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_shareargs()
298 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_notify()
Dclntlock.c162 __be32 nlmclnt_grant(const struct sockaddr *addr, const struct nlm_lock *lock) in nlmclnt_grant()
Dsvc4proc.c27 struct nlm_lock *lock = &argp->lock; in nlm4svc_retrieve_args()
Dsvcproc.c56 struct nlm_lock *lock = &argp->lock; in nlmsvc_retrieve_args()
Dclntproc.c127 struct nlm_lock *lock = &argp->lock; in nlmclnt_setlockargs()