Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
btree.c File Reference
#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_btreehfs_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_bnodehfs_bmap_alloc (struct hfs_btree *tree)
 
void hfs_bmap_free (struct hfs_bnode *node)
 

Function Documentation

struct hfs_bnode* hfs_bmap_alloc ( struct hfs_btree tree)
read

Definition at line 224 of file btree.c.

void hfs_bmap_free ( struct hfs_bnode node)

Definition at line 315 of file btree.c.

void hfs_btree_close ( struct hfs_btree tree)

Definition at line 138 of file btree.c.

struct hfs_btree* hfs_btree_open ( struct super_block sb,
u32  id 
)
read

Definition at line 20 of file btree.c.

void hfs_btree_write ( struct hfs_btree tree)

Definition at line 162 of file btree.c.