ext4_free_inodes_count 2835 fs/ext4/ext4.h extern __u32 ext4_free_inodes_count(struct super_block *sb,
ext4_free_inodes_count  314 fs/ext4/ialloc.c 	count = ext4_free_inodes_count(sb, gdp) + 1;
ext4_free_inodes_count  382 fs/ext4/ialloc.c 		stats->free_inodes = ext4_free_inodes_count(sb, desc);
ext4_free_inodes_count  496 fs/ext4/ialloc.c 			if (desc && ext4_free_inodes_count(sb, desc)) {
ext4_free_inodes_count  541 fs/ext4/ialloc.c 			grp_free = ext4_free_inodes_count(sb, desc);
ext4_free_inodes_count  586 fs/ext4/ialloc.c 			if (desc && ext4_free_inodes_count(sb, desc)) {
ext4_free_inodes_count  612 fs/ext4/ialloc.c 	if (desc && ext4_free_inodes_count(sb, desc) &&
ext4_free_inodes_count  636 fs/ext4/ialloc.c 		if (desc && ext4_free_inodes_count(sb, desc) &&
ext4_free_inodes_count  650 fs/ext4/ialloc.c 		if (desc && ext4_free_inodes_count(sb, desc))
ext4_free_inodes_count  894 fs/ext4/ialloc.c 		if (ext4_free_inodes_count(sb, gdp) == 0)
ext4_free_inodes_count 1051 fs/ext4/ialloc.c 	ext4_free_inodes_set(sb, gdp, ext4_free_inodes_count(sb, gdp) - 1);
ext4_free_inodes_count 1291 fs/ext4/ialloc.c 		desc_count += ext4_free_inodes_count(sb, gdp);
ext4_free_inodes_count 1302 fs/ext4/ialloc.c 			(unsigned long) i, ext4_free_inodes_count(sb, gdp), x);
ext4_free_inodes_count 1316 fs/ext4/ialloc.c 		desc_count += ext4_free_inodes_count(sb, gdp);
ext4_free_inodes_count  849 fs/ext4/super.c 			count = ext4_free_inodes_count(sb, gdp);
ext4_free_inodes_count 2413 fs/ext4/super.c 		atomic_add(ext4_free_inodes_count(sb, gdp), &fg->free_inodes);