|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/crc32.h>#include <linux/pagemap.h>#include <linux/mtd/mtd.h>#include <linux/compiler.h>#include "nodelist.h"#include "compr.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| int | jffs2_read_dnode (struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2_full_dnode *fd, unsigned char *buf, int ofs, int len) |
| int | jffs2_read_inode_range (struct jffs2_sb_info *c, struct jffs2_inode_info *f, unsigned char *buf, uint32_t offset, uint32_t len) |
| int jffs2_read_dnode | ( | struct jffs2_sb_info * | c, |
| struct jffs2_inode_info * | f, | ||
| struct jffs2_full_dnode * | fd, | ||
| unsigned char * | buf, | ||
| int | ofs, | ||
| int | len | ||
| ) |
| int jffs2_read_inode_range | ( | struct jffs2_sb_info * | c, |
| struct jffs2_inode_info * | f, | ||
| unsigned char * | buf, | ||
| uint32_t | offset, | ||
| uint32_t | len | ||
| ) |
1.8.2