Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/pagemap.h>
#include <linux/log2.h>
#include "hfsplus_fs.h"
#include "hfsplus_raw.h"
Go to the source code of this file.
Functions | |
struct hfs_btree * | hfs_btree_open (struct super_block *sb, u32 id) |
void | hfs_btree_close (struct hfs_btree *tree) |
void | hfs_btree_write (struct hfs_btree *tree) |
struct hfs_bnode * | hfs_bmap_alloc (struct hfs_btree *tree) |
void | hfs_bmap_free (struct hfs_bnode *node) |
|
read |