fs/ext4/ext4.h
3429
extern __u32 ext4_itable_unused_count(struct super_block *sb,
fs/ext4/ialloc.c
1206
ext4_itable_unused_count(sb, gdp);
fs/ext4/ialloc.c
1556
ext4_itable_unused_count(sb, gdp);
fs/ext4/ialloc.c
1565
ext4_itable_unused_count(sb, gdp));
fs/ext4/ialloc.c
1580
group, ext4_itable_unused_count(sb, gdp),
fs/ext4/ialloc.c
694
ino >= EXT4_INODES_PER_GROUP(sb) - ext4_itable_unused_count(sb, gdp)))
fs/ext4/ialloc.c
844
ext4_itable_unused_count(sb, gdp);
fs/ext4/inode.c
4969
num -= ext4_itable_unused_count(sb, gdp);