Searched refs:nlm_lock (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/lockd/ |
D | xdr.h | 37 struct nlm_lock { struct 63 struct nlm_lock lock; argument 80 struct nlm_lock lock;
|
D | lockd.h | 213 const struct nlm_lock *lock); 267 struct nlm_host *, struct nlm_lock *, int, 269 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *); 271 struct nlm_host *, struct nlm_lock *, 272 struct nlm_lock *, struct nlm_cookie *); 273 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
|
/linux-4.4.14/fs/lockd/ |
D | clntxdr.c | 60 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()
|
D | clnt4xdr.c | 64 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()
|
D | svclock.c | 46 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()
|
D | xdr.c | 114 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()
|
D | xdr4.c | 106 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()
|
D | clntlock.c | 162 __be32 nlmclnt_grant(const struct sockaddr *addr, const struct nlm_lock *lock) in nlmclnt_grant()
|
D | svc4proc.c | 27 struct nlm_lock *lock = &argp->lock; in nlm4svc_retrieve_args()
|
D | svcproc.c | 56 struct nlm_lock *lock = &argp->lock; in nlmsvc_retrieve_args()
|
D | clntproc.c | 127 struct nlm_lock *lock = &argp->lock; in nlmclnt_setlockargs()
|