Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bfind.c File Reference
#include <linux/slab.h>
#include "btree.h"

Go to the source code of this file.

Functions

int hfs_find_init (struct hfs_btree *tree, struct hfs_find_data *fd)
 
void hfs_find_exit (struct hfs_find_data *fd)
 
int __hfs_brec_find (struct hfs_bnode *bnode, struct hfs_find_data *fd)
 
int hfs_brec_find (struct hfs_find_data *fd)
 
int hfs_brec_read (struct hfs_find_data *fd, void *rec, int rec_len)
 
int hfs_brec_goto (struct hfs_find_data *fd, int cnt)
 

Function Documentation

int __hfs_brec_find ( struct hfs_bnode bnode,
struct hfs_find_data fd 
)

Definition at line 40 of file bfind.c.

int hfs_brec_find ( struct hfs_find_data fd)

Definition at line 92 of file bfind.c.

int hfs_brec_goto ( struct hfs_find_data fd,
int  cnt 
)

Definition at line 159 of file bfind.c.

int hfs_brec_read ( struct hfs_find_data fd,
void rec,
int  rec_len 
)

Definition at line 146 of file bfind.c.

void hfs_find_exit ( struct hfs_find_data fd)

Definition at line 30 of file bfind.c.

int hfs_find_init ( struct hfs_btree tree,
struct hfs_find_data fd 
)

Definition at line 14 of file bfind.c.