Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dlockd.c75 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
81 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/openbmc/linux/fs/lockd/
H A 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()
H A Dsvc.c51 const struct nlmsvc_binding *nlmsvc_ops; variable
52 EXPORT_SYMBOL_GPL(nlmsvc_ops);
145 if (nlmsvc_ops) in lockd()
H A Dsvc4proc.c32 if (!nlmsvc_ops) in nlm4svc_retrieve_args()
492 if (!nlmsvc_ops) in nlm4svc_proc_granted_res()
H A Dsvcproc.c62 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
527 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
/openbmc/linux/include/linux/lockd/
H A Dbind.h36 extern const struct nlmsvc_binding *nlmsvc_ops;