Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
brec.c File Reference
#include "hfsplus_fs.h"
#include "hfsplus_raw.h"

Go to the source code of this file.

Functions

u16 hfs_brec_lenoff (struct hfs_bnode *node, u16 rec, u16 *off)
 
u16 hfs_brec_keylen (struct hfs_bnode *node, u16 rec)
 
int hfs_brec_insert (struct hfs_find_data *fd, void *entry, int entry_len)
 
int hfs_brec_remove (struct hfs_find_data *fd)
 

Function Documentation

int hfs_brec_insert ( struct hfs_find_data fd,
void entry,
int  entry_len 
)

Definition at line 61 of file brec.c.

u16 hfs_brec_keylen ( struct hfs_bnode node,
u16  rec 
)

Definition at line 31 of file brec.c.

u16 hfs_brec_lenoff ( struct hfs_bnode node,
u16  rec,
u16 off 
)

Definition at line 19 of file brec.c.

int hfs_brec_remove ( struct hfs_find_data fd)

Definition at line 175 of file brec.c.