internal.h (bf97293eb878df3792d9de7213bd7b82135aea77) | internal.h (1ab6c4997e04a00c50c6d786c2f046adc0d1f5de) |
---|---|
1/* 2 * NFS internal definitions 3 */ 4 5#include "nfs4_fs.h" 6#include <linux/mount.h> 7#include <linux/security.h> 8#include <linux/crc32.h> --- 259 unchanged lines hidden (view full) --- 268 269/* proc.c */ 270void nfs_close_context(struct nfs_open_context *ctx, int is_sync); 271extern struct nfs_client *nfs_init_client(struct nfs_client *clp, 272 const struct rpc_timeout *timeparms, 273 const char *ip_addr); 274 275/* dir.c */ | 1/* 2 * NFS internal definitions 3 */ 4 5#include "nfs4_fs.h" 6#include <linux/mount.h> 7#include <linux/security.h> 8#include <linux/crc32.h> --- 259 unchanged lines hidden (view full) --- 268 269/* proc.c */ 270void nfs_close_context(struct nfs_open_context *ctx, int is_sync); 271extern struct nfs_client *nfs_init_client(struct nfs_client *clp, 272 const struct rpc_timeout *timeparms, 273 const char *ip_addr); 274 275/* dir.c */ |
276extern int nfs_access_cache_shrinker(struct shrinker *shrink, 277 struct shrink_control *sc); | 276extern unsigned long nfs_access_cache_count(struct shrinker *shrink, 277 struct shrink_control *sc); 278extern unsigned long nfs_access_cache_scan(struct shrinker *shrink, 279 struct shrink_control *sc); |
278struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int); 279int nfs_create(struct inode *, struct dentry *, umode_t, bool); 280int nfs_mkdir(struct inode *, struct dentry *, umode_t); 281int nfs_rmdir(struct inode *, struct dentry *); 282int nfs_unlink(struct inode *, struct dentry *); 283int nfs_symlink(struct inode *, struct dentry *, const char *); 284int nfs_link(struct dentry *, struct inode *, struct dentry *); 285int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t); --- 315 unchanged lines hidden --- | 280struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int); 281int nfs_create(struct inode *, struct dentry *, umode_t, bool); 282int nfs_mkdir(struct inode *, struct dentry *, umode_t); 283int nfs_rmdir(struct inode *, struct dentry *); 284int nfs_unlink(struct inode *, struct dentry *); 285int nfs_symlink(struct inode *, struct dentry *, const char *); 286int nfs_link(struct dentry *, struct inode *, struct dentry *); 287int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t); --- 315 unchanged lines hidden --- |