HelenOS sources

ext4_block_group_has_flag   76 uspace/lib/ext4/include/ext4/block_group.h extern bool ext4_block_group_has_flag(ext4_block_group_t *, uint32_t);
ext4_block_group_has_flag  946 uspace/lib/ext4/src/filesystem.c 	if (ext4_block_group_has_flag(newref->block_group,
ext4_block_group_has_flag  961 uspace/lib/ext4/src/filesystem.c 	if (ext4_block_group_has_flag(newref->block_group,
ext4_block_group_has_flag  973 uspace/lib/ext4/src/filesystem.c 		if (!ext4_block_group_has_flag(newref->block_group,
ext4_block_group_has_flag  274 uspace/lib/ext4/src/ialloc.c 			if (ext4_block_group_has_flag(bg,
ext4_block_group_has_flag  389 uspace/lib/ext4/src/ialloc.c 	if (ext4_block_group_has_flag(bg,
HelenOS homepage, sources at GitHub