Searched refs:numchars (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/ext3/
H A Dbitmap.c14 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) ext3_count_free() argument
16 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); ext3_count_free()
/linux-4.1.27/fs/ext4/
H A Dbitmap.c13 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) ext4_count_free() argument
15 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); ext4_count_free()
H A Dext4.h2023 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
/linux-4.1.27/fs/ext2/
H A Dballoc.c1439 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) ext2_count_free() argument
1441 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); ext2_count_free()

Completed in 365 milliseconds