Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dlockd.c75 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
81 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/linux-6.1.9/fs/lockd/
Dsvcsubs.c94 nfserr = nlmsvc_ops->fopen(rqstp, &file->f_handle, fp, mode); in nlm_do_fopen()
170 nlmsvc_ops->fclose(file->f_file[O_RDONLY]); in nlm_delete_file()
172 nlmsvc_ops->fclose(file->f_file[O_WRONLY]); in nlm_delete_file()
290 nlmsvc_ops->fclose(file->f_file[O_RDONLY]); in nlm_close_files()
292 nlmsvc_ops->fclose(file->f_file[O_WRONLY]); in nlm_close_files()
Dsvc.c52 const struct nlmsvc_binding *nlmsvc_ops; variable
53 EXPORT_SYMBOL_GPL(nlmsvc_ops);
116 if (nlmsvc_ops) { in restart_grace()
178 if (nlmsvc_ops) in lockd()
Dsvc4proc.c32 if (!nlmsvc_ops) in nlm4svc_retrieve_args()
491 if (!nlmsvc_ops) in nlm4svc_proc_granted_res()
Dsvcproc.c62 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
526 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
/linux-6.1.9/include/linux/lockd/
Dbind.h35 extern const struct nlmsvc_binding *nlmsvc_ops;