patch-2.4.21 linux-2.4.21/fs/befs/btree.h
Next file: linux-2.4.21/fs/befs/compatibility.h
Previous file: linux-2.4.21/fs/befs/btree.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/fs/befs/btree.h
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.20/fs/befs/btree.h linux-2.4.21/fs/befs/btree.h
@@ -0,0 +1,11 @@
+/*
+ * btree.h
+ *
+ */
+
+int befs_btree_find(struct super_block *sb, befs_data_stream * ds,
+ const char *key, befs_off_t * value);
+
+int befs_btree_read(struct super_block *sb, befs_data_stream * ds,
+ loff_t key_no, size_t bufsize, char *keybuf,
+ size_t * keysize, befs_off_t * value);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)