Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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