internal.h (6988f20fe04e9ef3aea488cb8ab57fbeb78e12f0) internal.h (1495f230fa7750479c79e3656286b9183d662077)
1/*
2 * NFS internal definitions
3 */
4
5#include "nfs4_fs.h"
6#include <linux/mount.h>
7#include <linux/security.h>
8

--- 220 unchanged lines hidden (view full) ---

229void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
230extern int nfs_init_client(struct nfs_client *clp,
231 const struct rpc_timeout *timeparms,
232 const char *ip_addr, rpc_authflavor_t authflavour,
233 int noresvport);
234
235/* dir.c */
236extern int nfs_access_cache_shrinker(struct shrinker *shrink,
1/*
2 * NFS internal definitions
3 */
4
5#include "nfs4_fs.h"
6#include <linux/mount.h>
7#include <linux/security.h>
8

--- 220 unchanged lines hidden (view full) ---

229void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
230extern int nfs_init_client(struct nfs_client *clp,
231 const struct rpc_timeout *timeparms,
232 const char *ip_addr, rpc_authflavor_t authflavour,
233 int noresvport);
234
235/* dir.c */
236extern int nfs_access_cache_shrinker(struct shrinker *shrink,
237 int nr_to_scan, gfp_t gfp_mask);
237 struct shrink_control *sc);
238
239/* inode.c */
240extern struct workqueue_struct *nfsiod_workqueue;
241extern struct inode *nfs_alloc_inode(struct super_block *sb);
242extern void nfs_destroy_inode(struct inode *);
243extern int nfs_write_inode(struct inode *, struct writeback_control *);
244extern void nfs_evict_inode(struct inode *);
245#ifdef CONFIG_NFS_V4

--- 199 unchanged lines hidden ---
238
239/* inode.c */
240extern struct workqueue_struct *nfsiod_workqueue;
241extern struct inode *nfs_alloc_inode(struct super_block *sb);
242extern void nfs_destroy_inode(struct inode *);
243extern int nfs_write_inode(struct inode *, struct writeback_control *);
244extern void nfs_evict_inode(struct inode *);
245#ifdef CONFIG_NFS_V4

--- 199 unchanged lines hidden ---