Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dialloc.c646 unsigned long ext3_count_free_inodes (struct super_block * sb) in ext3_count_free_inodes() function
Dsuper.c1495 sbi->s_es->s_free_inodes_count=cpu_to_le32(ext3_count_free_inodes(sb)); in ext3_check_descriptors()
2050 ext3_count_free_inodes(sb), GFP_KERNEL); in ext3_fill_super()
2482 es->s_free_inodes_count = cpu_to_le32(ext3_count_free_inodes(sb)); in ext3_commit_super()
Dext3.h1039 extern unsigned long ext3_count_free_inodes (struct super_block *);