Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/genhd.h>
#include <linux/buffer_head.h>
#include <linux/blkdev.h>
#include "ext2.h"
#include "xip.h"
Go to the source code of this file.
Functions | |
int | ext2_clear_xip_target (struct inode *inode, sector_t block) |
void | ext2_xip_verify_sb (struct super_block *sb) |
int | ext2_get_xip_mem (struct address_space *mapping, pgoff_t pgoff, int create, void **kmem, unsigned long *pfn) |
void ext2_xip_verify_sb | ( | struct super_block * | sb | ) |