Home
last modified time | relevance | path

Searched refs:numchars (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ext4/
Dbitmap.c14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() argument
16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
Dext4.h2677 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
/linux-6.6.21/fs/ext2/
Dballoc.c1431 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) in ext2_count_free() argument
1433 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()