Subversion Repositories Kolibri OS

Rev

Rev 3391 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef __SHMEM_FS_H
  2. #define __SHMEM_FS_H
  3.  
  4. #include <linux/file.h>
  5.  
  6.  
  7. struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags);
  8. struct page *shmem_read_mapping_page_gfp(struct file *filep,
  9.                                          pgoff_t index, gfp_t gfp);
  10.  
  11.  
  12. #endif
  13.