Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A 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()
H A Dext4.h2717 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);