Home
last modified time | relevance | path

Searched refs:ext4_free_inodes_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ext4/
Dialloc.c86 count = ext4_free_inodes_count(sb, gdp); in ext4_init_inode_bitmap()
138 count = ext4_free_inodes_count(sb, desc); in ext4_validate_inode_bitmap()
342 count = ext4_free_inodes_count(sb, gdp) + 1; in ext4_free_inode()
374 count = ext4_free_inodes_count(sb, gdp); in ext4_free_inode()
412 stats->free_inodes = ext4_free_inodes_count(sb, desc); in get_orlov_stats()
526 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_orlov()
571 grp_free = ext4_free_inodes_count(sb, desc); in find_group_orlov()
616 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_other()
642 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
666 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
[all …]
Dballoc.c201 count = ext4_free_inodes_count(sb, gdp); in ext4_init_block_bitmap()
Dsuper.c202 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count() function
2017 atomic_add(ext4_free_inodes_count(sb, gdp), in ext4_fill_flex_info()
Dext4.h2709 extern __u32 ext4_free_inodes_count(struct super_block *sb,