Home
last modified time | relevance | path

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

/linux-4.19.296/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.h143 struct nlm_args a_args; /* arguments */
/linux-4.19.296/fs/lockd/
Dsvc4proc.c23 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_retrieve_args()
78 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_test()
111 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_lock()
159 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_cancel()
198 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_unlock()
238 struct nlm_args *argp = rqstp->rq_argp; in __nlm4svc_proc_granted()
281 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_callback()
345 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_share()
379 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_unshare()
413 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_proc_nm_lock()
[all …]
Dsvcproc.c52 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_retrieve_args()
108 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_test()
142 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_lock()
190 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_cancel()
230 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_unlock()
271 struct nlm_args *argp = rqstp->rq_argp; in __nlmsvc_proc_granted()
322 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_callback()
388 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_share()
422 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_unshare()
456 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_proc_nm_lock()
[all …]
Dxdr4.c185 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_testargs()
213 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_lockargs()
234 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_cancargs()
251 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_unlockargs()
263 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_shareargs()
308 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_notify()
Dxdr.c188 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_testargs()
216 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_lockargs()
237 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_cancargs()
254 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_unlockargs()
266 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_shareargs()
311 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.c377 const struct nlm_args *args = data; in nlm4_xdr_enc_testargs()
399 const struct nlm_args *args = data; in nlm4_xdr_enc_lockargs()
422 const struct nlm_args *args = data; in nlm4_xdr_enc_cancargs()
441 const struct nlm_args *args = data; in nlm4_xdr_enc_unlockargs()
Dclntxdr.c370 const struct nlm_args *args = data; in nlm_xdr_enc_testargs()
392 const struct nlm_args *args = data; in nlm_xdr_enc_lockargs()
415 const struct nlm_args *args = data; in nlm_xdr_enc_cancargs()
434 const struct nlm_args *args = data; in nlm_xdr_enc_unlockargs()
Dclntproc.c126 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
263 struct nlm_args *argp = &req->a_args; in nlmclnt_call()