HelenOS sources

ext4_balloc_get_first_data_block_in_group   41 uspace/lib/ext4/include/ext4/balloc.h extern uint32_t ext4_balloc_get_first_data_block_in_group(ext4_superblock_t *,
ext4_balloc_get_first_data_block_in_group  333 uspace/lib/ext4/src/balloc.c 	*goal = ext4_balloc_get_first_data_block_in_group(sb, bg_ref);
ext4_balloc_get_first_data_block_in_group  385 uspace/lib/ext4/src/balloc.c 	    ext4_balloc_get_first_data_block_in_group(sb, bg_ref);
ext4_balloc_get_first_data_block_in_group  523 uspace/lib/ext4/src/balloc.c 		    ext4_balloc_get_first_data_block_in_group(sb, bg_ref);
HelenOS homepage, sources at GitHub