Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dsuper.c1178 ext2_count_free_inodes(sb), GFP_KERNEL); in ext2_fill_super()
1289 es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); in ext2_sync_super()
1501 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
H A Dext2.h736 extern unsigned long ext2_count_free_inodes (struct super_block *);