bg_free_inodes_count  205 fs/ext2/ext2.h 	__le16	bg_free_inodes_count;	/* Free inodes count */
bg_free_inodes_count   79 fs/ext2/ialloc.c 	le16_add_cpu(&desc->bg_free_inodes_count, 1);
bg_free_inodes_count  212 fs/ext2/ialloc.c 		if (!desc || !desc->bg_free_inodes_count)
bg_free_inodes_count  214 fs/ext2/ialloc.c 		if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei)
bg_free_inodes_count  289 fs/ext2/ialloc.c 			if (!desc || !desc->bg_free_inodes_count)
bg_free_inodes_count  293 fs/ext2/ialloc.c 			if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei)
bg_free_inodes_count  329 fs/ext2/ialloc.c 		if (!desc || !desc->bg_free_inodes_count)
bg_free_inodes_count  335 fs/ext2/ialloc.c 		if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes)
bg_free_inodes_count  346 fs/ext2/ialloc.c 		if (!desc || !desc->bg_free_inodes_count)
bg_free_inodes_count  348 fs/ext2/ialloc.c 		if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei)
bg_free_inodes_count  379 fs/ext2/ialloc.c 	if (desc && le16_to_cpu(desc->bg_free_inodes_count) &&
bg_free_inodes_count  403 fs/ext2/ialloc.c 		if (desc && le16_to_cpu(desc->bg_free_inodes_count) &&
bg_free_inodes_count  417 fs/ext2/ialloc.c 		if (desc && le16_to_cpu(desc->bg_free_inodes_count))
bg_free_inodes_count  536 fs/ext2/ialloc.c 	le16_add_cpu(&gdp->bg_free_inodes_count, -1);
bg_free_inodes_count  638 fs/ext2/ialloc.c 		desc_count += le16_to_cpu(desc->bg_free_inodes_count);
bg_free_inodes_count  646 fs/ext2/ialloc.c 			i, le16_to_cpu(desc->bg_free_inodes_count), x);
bg_free_inodes_count  660 fs/ext2/ialloc.c 		desc_count += le16_to_cpu(desc->bg_free_inodes_count);