]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/internal.h
Merge remote-tracking branch 'mips/mips-for-linux-next'
[karo-tx-linux.git] / fs / internal.h
index b6495659d6e84dd9d3734887404ce08e690f0c4e..513e0d859a6c18d7b274a9ebe16afcc9e7f8eca4 100644 (file)
@@ -114,6 +114,8 @@ extern int open_check_o_direct(struct file *f);
  * inode.c
  */
 extern spinlock_t inode_sb_list_lock;
+extern long prune_icache_sb(struct super_block *sb, unsigned long nr_to_scan,
+                           int nid);
 extern void inode_add_lru(struct inode *inode);
 
 /*
@@ -130,6 +132,8 @@ extern int invalidate_inodes(struct super_block *, bool);
  */
 extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
 extern int d_set_mounted(struct dentry *dentry);
+extern long prune_dcache_sb(struct super_block *sb, unsigned long nr_to_scan,
+                           int nid);
 
 /*
  * read_write.c