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/pagemap.h>
#include <linux/slab.h>
#include <linux/log2.h>
#include "btree.h"

Go to the source code of this file.

Functions

struct hfs_btreehfs_btree_open (struct super_block *sb, u32 id, btree_keycmp keycmp)
 
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 222 of file btree.c.

void hfs_bmap_free ( struct hfs_bnode node)

Definition at line 311 of file btree.c.

void hfs_btree_close ( struct hfs_btree tree)

Definition at line 137 of file btree.c.

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

Definition at line 18 of file btree.c.

void hfs_btree_write ( struct hfs_btree tree)

Definition at line 159 of file btree.c.