fs/ext4/ext4.h
3343
extern __u32 ext4_itable_unused_count(struct super_block *sb,
fs/ext4/ialloc.c
1204
ext4_itable_unused_count(sb, gdp);
fs/ext4/ialloc.c
1554
ext4_itable_unused_count(sb, gdp);
fs/ext4/ialloc.c
1563
ext4_itable_unused_count(sb, gdp));
fs/ext4/ialloc.c
1578
group, ext4_itable_unused_count(sb, gdp),
fs/ext4/ialloc.c
692
ino >= EXT4_INODES_PER_GROUP(sb) - ext4_itable_unused_count(sb, gdp)))
fs/ext4/ialloc.c
842
ext4_itable_unused_count(sb, gdp);
fs/ext4/inode.c
4880
num -= ext4_itable_unused_count(sb, gdp);