Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
H A Dsuper.c1138 ext2_count_free_inodes(sb), GFP_KERNEL); in ext2_fill_super()
1250 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.h752 extern unsigned long ext2_count_free_inodes (struct super_block *);