Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
fs
befs
btree.h
Go to the documentation of this file.
1
/*
2
* btree.h
3
*
4
*/
5
6
7
int
befs_btree_find
(
struct
super_block
*
sb
, befs_data_stream *
ds
,
8
const
char
*
key
,
befs_off_t
*
value
);
9
10
int
befs_btree_read
(
struct
super_block
*
sb
, befs_data_stream *
ds
,
11
loff_t key_no,
size_t
bufsize
,
char
*keybuf,
12
size_t
*
keysize
,
befs_off_t
*
value
);
13
Generated on Thu Jan 10 2013 14:45:03 for Linux Kernel by
1.8.2