Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dsvcproc.c52 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_retrieve_args()
114 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_test()
149 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_lock()
198 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_cancel()
239 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_unlock()
281 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_granted()
332 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_callback()
398 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_share()
433 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_unshare()
468 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_nm_lock()
[all …]
Dsvc4proc.c23 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_retrieve_args()
84 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_test()
118 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_lock()
167 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_cancel()
207 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_unlock()
248 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_granted()
291 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_callback()
355 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_share()
390 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_unshare()
425 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_nm_lock()
[all …]
Dxdr4.c183 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_testargs()
211 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_lockargs()
232 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_cancargs()
249 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_unlockargs()
261 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_shareargs()
305 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_notify()
Dxdr.c186 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_testargs()
214 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_lockargs()
235 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_cancargs()
252 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_unlockargs()
264 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_shareargs()
308 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_notify()
Dsvcshare.c29 struct nlm_args *argp) in nlmsvc_share_file()
70 struct nlm_args *argp) in nlmsvc_unshare_file()
Dclnt4xdr.c363 const struct nlm_args *args = data; in nlm4_xdr_enc_testargs()
385 const struct nlm_args *args = data; in nlm4_xdr_enc_lockargs()
408 const struct nlm_args *args = data; in nlm4_xdr_enc_cancargs()
427 const struct nlm_args *args = data; in nlm4_xdr_enc_unlockargs()
Dclntxdr.c356 const struct nlm_args *args = data; in nlm_xdr_enc_testargs()
378 const struct nlm_args *args = data; in nlm_xdr_enc_lockargs()
401 const struct nlm_args *args = data; in nlm_xdr_enc_cancargs()
420 const struct nlm_args *args = data; in nlm_xdr_enc_unlockargs()
Dclntproc.c128 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
265 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
/kernel/linux/linux-5.10/include/linux/lockd/
Dxdr.h62 struct nlm_args { struct
73 typedef struct nlm_args nlm_args; argument
97 #define NLMSVC_XDRSIZE sizeof(struct nlm_args)
Dshare.h26 struct nlm_args *);
28 struct nlm_args *);
Dlockd.h142 struct nlm_args a_args; /* arguments */