Home
last modified time | relevance | path

Searched refs:ext2_count_free_inodes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dialloc.c207 int avefreei = ext2_count_free_inodes(sb) / ngroups; in find_group_dir()
621 unsigned long ext2_count_free_inodes (struct super_block * sb) in ext2_count_free_inodes() function
651 printk("ext2_count_free_inodes: stored = %lu, computed = %lu, %lu\n", in ext2_count_free_inodes()
H A Dsuper.c1130 ext2_count_free_inodes(sb), GFP_KERNEL); in ext2_fill_super()
1242 es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); in ext2_sync_super()
1457 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
H A Dext2.h741 extern unsigned long ext2_count_free_inodes (struct super_block *);
/kernel/linux/linux-6.6/fs/ext2/
H A Dialloc.c202 int avefreei = ext2_count_free_inodes(sb) / ngroups; in find_group_dir()
612 unsigned long ext2_count_free_inodes (struct super_block * sb) in ext2_count_free_inodes() function
642 printk("ext2_count_free_inodes: stored = %lu, computed = %lu, %lu\n", in ext2_count_free_inodes()
H A Dsuper.c1140 ext2_count_free_inodes(sb), GFP_KERNEL); in ext2_fill_super()
1251 es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); in ext2_sync_super()
1465 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
H A Dext2.h740 extern unsigned long ext2_count_free_inodes (struct super_block *);

Completed in 9 milliseconds