Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/lockd/
Dlockd.h219 const struct nlm_lock *lock);
275 struct nlm_host *, struct nlm_lock *, int,
277 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
279 struct nlm_host *, struct nlm_lock *,
280 struct nlm_lock *, struct nlm_cookie *);
281 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
293 struct nlm_lock *);
296 void nlmsvc_release_lockowner(struct nlm_lock *);
Dxdr.h38 struct nlm_lock { struct
66 struct nlm_lock lock; argument
83 struct nlm_lock lock;
/linux-6.1.9/fs/lockd/
Dclnt4xdr.c65 static void nlm4_compute_offsets(const struct nlm_lock *lock, in nlm4_compute_offsets()
242 const struct nlm_lock *lock = &result->lock; in encode_nlm4_holder()
258 struct nlm_lock *lock = &result->lock; in decode_nlm4_holder()
326 const struct nlm_lock *lock) in encode_nlm4_lock()
364 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_testargs()
386 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_lockargs()
409 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_cancargs()
428 const struct nlm_lock *lock = &args->lock; in nlm4_xdr_enc_unlockargs()
Dclntxdr.c61 static void nlm_compute_offsets(const struct nlm_lock *lock, in nlm_compute_offsets()
237 const struct nlm_lock *lock = &result->lock; in encode_nlm_holder()
253 struct nlm_lock *lock = &result->lock; in decode_nlm_holder()
320 const struct nlm_lock *lock) in encode_nlm_lock()
357 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_testargs()
379 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_lockargs()
402 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_cancargs()
421 const struct nlm_lock *lock = &args->lock; in nlm_xdr_enc_unlockargs()
Dsvclock.c48 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
146 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
218 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
393 nlmsvc_release_lockowner(struct nlm_lock *lock) in nlmsvc_release_lockowner()
409 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
470 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
587 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
588 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
647 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
680 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
[all …]
Dxdr.c72 svcxdr_decode_lock(struct xdr_stream *xdr, struct nlm_lock *lock) in svcxdr_decode_lock()
104 svcxdr_encode_holder(struct xdr_stream *xdr, const struct nlm_lock *lock) in svcxdr_encode_holder()
274 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_shareargs()
301 struct nlm_lock *lock = &argp->lock; in nlmsvc_decode_notify()
Dxdr4.c63 svcxdr_decode_lock(struct xdr_stream *xdr, struct nlm_lock *lock) in svcxdr_decode_lock()
88 svcxdr_encode_holder(struct xdr_stream *xdr, const struct nlm_lock *lock) in svcxdr_encode_holder()
258 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_shareargs()
285 struct nlm_lock *lock = &argp->lock; in nlm4svc_decode_notify()
Dclntlock.c164 __be32 nlmclnt_grant(const struct sockaddr *addr, const struct nlm_lock *lock) in nlmclnt_grant()
Dsvcsubs.c106 struct nlm_lock *lock) in nlm_lookup_file()
Dsvc4proc.c28 struct nlm_lock *lock = &argp->lock; in nlm4svc_retrieve_args()
Dsvcproc.c57 struct nlm_lock *lock = &argp->lock; in nlmsvc_retrieve_args()
Dclntproc.c129 struct nlm_lock *lock = &argp->lock; in nlmclnt_setlockargs()