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

/linux-master/fs/nfsd/
H A Dlockd.c75 nlmsvc_ops = &nfsd_nlm_ops;
81 nlmsvc_ops = NULL;
/linux-master/include/linux/lockd/
H A Dbind.h36 extern const struct nlmsvc_binding *nlmsvc_ops;
/linux-master/fs/lockd/
H A Dsvcsubs.c94 nfserr = nlmsvc_ops->fopen(rqstp, &file->f_handle, fp, mode);
170 nlmsvc_ops->fclose(file->f_file[O_RDONLY]);
172 nlmsvc_ops->fclose(file->f_file[O_WRONLY]);
290 nlmsvc_ops->fclose(file->f_file[O_RDONLY]);
292 nlmsvc_ops->fclose(file->f_file[O_WRONLY]);
H A Dsvc.c50 const struct nlmsvc_binding *nlmsvc_ops; variable in typeref:struct:nlmsvc_binding
51 EXPORT_SYMBOL_GPL(nlmsvc_ops); variable
144 if (nlmsvc_ops)
H A Dsvcproc.c62 if (!nlmsvc_ops)
527 if (!nlmsvc_ops)
H A Dsvc4proc.c32 if (!nlmsvc_ops)
492 if (!nlmsvc_ops)

Completed in 111 milliseconds