Home
last modified time | relevance | path

Searched refs:nlmsvc_ops (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
Dlockd.c71 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
77 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/kernel/linux/linux-5.10/fs/lockd/
Dsvcsubs.c120 if ((nfserr = nlmsvc_ops->fopen(rqstp, f, &file->f_file)) != 0) { in nlm_lookup_file()
151 nlmsvc_ops->fclose(file->f_file); in nlm_delete_file()
279 nlmsvc_ops->fclose(file->f_file); in nlm_traverse_files()
Dsvc.c52 const struct nlmsvc_binding *nlmsvc_ops; variable
53 EXPORT_SYMBOL_GPL(nlmsvc_ops);
120 if (nlmsvc_ops) { in restart_grace()
182 if (nlmsvc_ops) in lockd()
Dsvcproc.c61 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
523 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
Dsvc4proc.c32 if (!nlmsvc_ops) in nlm4svc_retrieve_args()
480 if (!nlmsvc_ops) in nlm4svc_proc_granted_res()
/kernel/linux/linux-5.10/include/linux/lockd/
Dbind.h34 extern const struct nlmsvc_binding *nlmsvc_ops;