Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dext3_fs.h644 extern unsigned long ext3_count_free_inodes (struct super_block *);
/linux-2.4.37.9/fs/ext3/
Dialloc.c586 unsigned long ext3_count_free_inodes (struct super_block * sb) in ext3_count_free_inodes() function
Dsuper.c1783 buf->f_ffree = ext3_count_free_inodes (sb); in ext3_statfs()