Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dialloc.c322 count = ext4_free_inodes_count(sb, gdp) + 1; in ext4_free_inode()
391 stats->free_inodes = ext4_free_inodes_count(sb, desc); in get_orlov_stats()
503 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_orlov()
550 grp_free = ext4_free_inodes_count(sb, desc); in find_group_orlov()
595 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_other()
621 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
645 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
659 if (desc && ext4_free_inodes_count(sb, desc)) in find_group_other()
1043 if (ext4_free_inodes_count(sb, gdp) == 0) in __ext4_new_inode()
1456 desc_count += ext4_free_inodes_count(sb, gdp); in ext4_count_free_inodes()
[all …]
H A Dsuper.c352 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count() function
1115 count = ext4_free_inodes_count(sb, gdp); in ext4_mark_group_bitmap_corrupted()
3188 atomic_add(ext4_free_inodes_count(sb, gdp), &fg->free_inodes); in ext4_fill_flex_info()
H A Dext4.h3265 extern __u32 ext4_free_inodes_count(struct super_block *sb,