cregit-Linux how code gets into the kernel

Release 4.18 fs/befs/btree.h

Directory: fs/befs
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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 Cox5392.98%125.00%
Al Viro23.51%125.00%
Luis de Bethencourt11.75%125.00%
Greg Kroah-Hartman11.75%125.00%
Total57100.00%4100.00%
Directory: fs/befs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.