Searched refs:ext4_free_inodes_count (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | ialloc.c | 87 count = ext4_free_inodes_count(sb, gdp); in ext4_init_inode_bitmap() 200 count = ext4_free_inodes_count(sb, desc); in ext4_read_inode_bitmap() 310 count = ext4_free_inodes_count(sb, gdp) + 1; in ext4_free_inode() 342 count = ext4_free_inodes_count(sb, gdp); in ext4_free_inode() 380 stats->free_inodes = ext4_free_inodes_count(sb, desc); in get_orlov_stats() 494 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_orlov() 539 grp_free = ext4_free_inodes_count(sb, desc); in find_group_orlov() 584 if (desc && ext4_free_inodes_count(sb, desc)) { in find_group_other() 610 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other() 634 if (desc && ext4_free_inodes_count(sb, desc) && in find_group_other() [all …]
|
D | balloc.c | 201 count = ext4_free_inodes_count(sb, gdp); in ext4_init_block_bitmap()
|
D | ext4.h | 2491 extern __u32 ext4_free_inodes_count(struct super_block *sb,
|
D | super.c | 210 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count() function 2004 atomic_add(ext4_free_inodes_count(sb, gdp), in ext4_fill_flex_info()
|