cregit-Linux how code gets into the kernel

Release 4.10 fs/befs/btree.h

Directory: fs/befs
/*
 * 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

PersonTokensPropCommitsCommitProp
alan coxalan cox5394.64%133.33%
al viroal viro23.57%133.33%
luis de bethencourtluis de bethencourt11.79%133.33%
Total56100.00%3100.00%
Directory: fs/befs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.