Searched refs:ext4_count_free (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dbitmap.c13 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) ext4_count_free() function
H A Dballoc.c687 x = ext4_count_free(bitmap_bh->b_data, ext4_count_free_clusters()
H A Dialloc.c1207 x = ext4_count_free(bitmap_bh->b_data, ext4_count_free_inodes()
H A Dext4.h2023 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
H A Dsuper.c3343 ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8); count_overhead()

Completed in 1183 milliseconds