Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dialloc.c322 count = ext4_free_inodes_count(sb, gdp) + 1; in ext4_free_inode()
392 stats->free_inodes = ext4_free_inodes_count(sb, desc); in get_orlov_stats()
504 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_orlov()
549 grp_free = ext4_free_inodes_count(sb, desc); in find_group_orlov()
594 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_other()
620 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
644 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other()
658 if (desc && ext4_free_inodes_count(sb, desc)) in find_group_other()
852 ext4_free_inodes_set(sb, gdp, ext4_free_inodes_count(sb, gdp) - 1); in ext4_mark_inode_used()
1040 if (ext4_free_inodes_count(sb, gdp) == 0) in __ext4_new_inode()
[all …]
Dsuper.c339 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count() function
1129 count = ext4_free_inodes_count(sb, gdp); in ext4_mark_group_bitmap_corrupted()
3214 atomic_add(ext4_free_inodes_count(sb, gdp), &fg->free_inodes); in ext4_fill_flex_info()
Dext4.h3225 extern __u32 ext4_free_inodes_count(struct super_block *sb,