Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dbitmap.c14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() function
Dballoc.c754 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_clusters()
Dialloc.c1465 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_inodes()
Dext4.h2677 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
Dsuper.c4119 ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8); in count_overhead()