Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dext3_fs.h627 extern unsigned long ext3_count_free_blocks (struct super_block *);
/linux-2.4.37.9/fs/ext3/
Dballoc.c838 unsigned long ext3_count_free_blocks (struct super_block * sb) in ext3_count_free_blocks() function
Dsuper.c1778 buf->f_bfree = ext3_count_free_blocks (sb); in ext3_statfs()