Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/jffs2.h>
#include "nodelist.h"
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
void jffs2_free_full_dirent | ( | struct jffs2_full_dirent * | x | ) |
void jffs2_free_full_dnode | ( | struct jffs2_full_dnode * | x | ) |
void jffs2_free_inode_cache | ( | struct jffs2_inode_cache * | x | ) |
void jffs2_free_node_frag | ( | struct jffs2_node_frag * | x | ) |
void jffs2_free_raw_dirent | ( | struct jffs2_raw_dirent * | x | ) |
void jffs2_free_raw_inode | ( | struct jffs2_raw_inode * | x | ) |
void jffs2_free_refblock | ( | struct jffs2_raw_node_ref * | x | ) |
void jffs2_free_tmp_dnode_info | ( | struct jffs2_tmp_dnode_info * | x | ) |
int jffs2_prealloc_raw_node_refs | ( | struct jffs2_sb_info * | c, |
struct jffs2_eraseblock * | jeb, | ||
int | nr | ||
) |