Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xip.c File Reference
#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)
 

Function Documentation

int ext2_clear_xip_target ( struct inode inode,
sector_t  block 
)

Definition at line 51 of file xip.c.

int ext2_get_xip_mem ( struct address_space mapping,
pgoff_t  pgoff,
int  create,
void **  kmem,
unsigned long pfn 
)

Definition at line 76 of file xip.c.

void ext2_xip_verify_sb ( struct super_block sb)

Definition at line 63 of file xip.c.