⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bind.h

📁 omap3 linux 2.6 用nocc去除了冗余代码
💻 H
字号:
/* * linux/include/linux/lockd/bind.h * * This is the part of lockd visible to nfsd and the nfs client. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */#define LINUX_LOCKD_BIND_H#include <linux/lockd/nlm.h>/* need xdr-encoded error codes too, so... */#include <linux/lockd/xdr.h>#include <linux/lockd/xdr4.h>/* Dummy declarations */struct svc_rqst;/* * This is the set of functions for lockd->nfsd communication */struct nlmsvc_binding {	__be32			(*fopen)(struct svc_rqst *,						struct nfs_fh *,						struct file **);	void			(*fclose)(struct file *);};extern struct nlmsvc_binding *	nlmsvc_ops;/* * Functions exported by the lockd module */extern int	nlmclnt_proc(struct inode *, int, struct file_lock *);extern int	lockd_up(int proto);extern void	lockd_down(void);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -