Home
last modified time | relevance | path

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

/fs/ext2/
Dext2.h122 extern unsigned long ext2_count_free_inodes (struct super_block *);
Dialloc.c215 int avefreei = ext2_count_free_inodes(sb) / ngroups; in find_group_dir()
624 unsigned long ext2_count_free_inodes (struct super_block * sb) in ext2_count_free_inodes() function
Dsuper.c1037 ext2_count_free_inodes(sb)); in ext2_fill_super()
1111 es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); in ext2_sync_super()
1140 es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); in ext2_write_super()
1289 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()