diff options
Diffstat (limited to 'include/linux/sunrpc/rpc_pipe_fs.h')
| -rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index 0d1f748f76d..ca32ebd14c1 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h @@ -49,6 +49,11 @@ RPC_I(struct inode *inode)  	return container_of(inode, struct rpc_inode, vfs_inode);  } +enum { +	SUNRPC_PIPEFS_NFS_PRIO, +	SUNRPC_PIPEFS_RPC_PRIO, +}; +  extern int rpc_pipefs_notifier_register(struct notifier_block *);  extern void rpc_pipefs_notifier_unregister(struct notifier_block *); @@ -78,6 +83,8 @@ extern struct dentry *rpc_create_cache_dir(struct dentry *,  					   struct cache_detail *);  extern void rpc_remove_cache_dir(struct dentry *); +extern int rpc_rmdir(struct dentry *dentry); +  struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);  void rpc_destroy_pipe_data(struct rpc_pipe *pipe);  extern struct dentry *rpc_mkpipe_dentry(struct dentry *, const char *, void *,  |