Home
last modified time | relevance | path

Searched refs:nlmsvc_ops (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dlockd.c71 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
77 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dlockd.c75 nlmsvc_ops = &nfsd_nlm_ops; in nfsd_lockd_init()
81 nlmsvc_ops = NULL; in nfsd_lockd_shutdown()
/kernel/linux/linux-6.6/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); variable
145 if (nlmsvc_ops) in lockd()
H A Dsvcproc.c62 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
527 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
H A Dsvc4proc.c32 if (!nlmsvc_ops) in nlm4svc_retrieve_args()
492 if (!nlmsvc_ops) in nlm4svc_proc_granted_res()
/kernel/linux/linux-5.10/fs/lockd/
H A 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()
H A Dsvc.c52 const struct nlmsvc_binding *nlmsvc_ops; variable
53 EXPORT_SYMBOL_GPL(nlmsvc_ops); variable
120 if (nlmsvc_ops) { in restart_grace()
182 if (nlmsvc_ops) in lockd()
H A Dsvcproc.c61 if (!nlmsvc_ops) in nlmsvc_retrieve_args()
523 if (!nlmsvc_ops) in nlmsvc_proc_granted_res()
H A 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/
H A Dbind.h34 extern const struct nlmsvc_binding *nlmsvc_ops;
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dbind.h36 extern const struct nlmsvc_binding *nlmsvc_ops;

Completed in 8 milliseconds