ext2_count_free_inodes  752 fs/ext2/ext2.h extern unsigned long ext2_count_free_inodes (struct super_block *);
ext2_count_free_inodes  206 fs/ext2/ialloc.c 	int avefreei = ext2_count_free_inodes(sb) / ngroups;
ext2_count_free_inodes 1143 fs/ext2/super.c 				ext2_count_free_inodes(sb), GFP_KERNEL);
ext2_count_free_inodes 1254 fs/ext2/super.c 	es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb));
ext2_count_free_inodes 1469 fs/ext2/super.c 	buf->f_ffree = ext2_count_free_inodes(sb);