Home
last modified time | relevance | path

Searched refs:ext3_count_free (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ext3/
Dbitmap.c15 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) in ext3_count_free() function
Dialloc.c609 x = ext3_count_free (sb->u.ext3_sb.s_inode_bitmap[bitmap_nr], in ext3_count_free_inodes()
647 x = ext3_count_free (sb->u.ext3_sb.s_inode_bitmap[bitmap_nr], in ext3_check_inodes_bitmap()
Dballoc.c861 x = ext3_count_free (sb->u.ext3_sb.s_block_bitmap[bitmap_nr], in ext3_count_free_blocks()
994 x = ext3_count_free (bh, sb->s_blocksize); in ext3_check_blocks_bitmap()
/linux-2.4.37.9/include/linux/
Dext3_fs.h646 extern unsigned long ext3_count_free (struct buffer_head *, unsigned);