Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/ !
Dlockd.c71 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
77 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/linux-4.19.296/fs/lockd/ !
Dsvcsubs.c119 if ((nfserr = nlmsvc_ops->fopen(rqstp, f, &file->f_file)) != 0) { in nlm_lookup_file()
150 nlmsvc_ops->fclose(file->f_file); in nlm_delete_file()
278 nlmsvc_ops->fclose(file->f_file); in nlm_traverse_files()
Dsvc.c51 const struct nlmsvc_binding *nlmsvc_ops; variable
52 EXPORT_SYMBOL_GPL(nlmsvc_ops);
119 if (nlmsvc_ops) { in restart_grace()
181 if (nlmsvc_ops) in lockd()
Dsvc4proc.c32 if (!nlmsvc_ops) in nlm4svc_retrieve_args()
468 if (!nlmsvc_ops) in nlm4svc_proc_granted_res()
Dsvcproc.c61 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
511 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
/linux-4.19.296/include/linux/lockd/ !
Dbind.h34 extern const struct nlmsvc_binding *nlmsvc_ops;