Release 4.11 fs/befs/btree.h
/*
* btree.h
*
*/
int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
const char *key, befs_off_t *value);
int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
loff_t key_no, size_t bufsize, char *keybuf,
size_t *keysize, befs_off_t *value);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alan Cox | 53 | 94.64% | 1 | 33.33% |
Al Viro | 2 | 3.57% | 1 | 33.33% |
Luis de Bethencourt | 1 | 1.79% | 1 | 33.33% |
Total | 56 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.