Searched refs:ext4_count_free (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | bitmap.c | 14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() function
|
H A D | balloc.c | 786 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_clusters()
|
H A D | ialloc.c | 1464 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_inodes()
|
H A D | ext4.h | 2536 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
|
H A D | super.c | 3903 ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8); in count_overhead()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | bitmap.c | 14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() function
|
H A D | balloc.c | 796 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_clusters()
|
H A D | ialloc.c | 1467 x = ext4_count_free(bitmap_bh->b_data, in ext4_count_free_inodes()
|
H A D | ext4.h | 2677 extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
|
H A D | super.c | 4190 ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8); in count_overhead()
|
Completed in 50 milliseconds