Searched refs:numchars (Results 1 – 1 of 1) sorted by relevance
1438 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) in ext2_count_free() argument1440 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()