Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext3/
Dbitmap.c16 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) in ext3_count_free() function
Dialloc.c686 x = ext3_count_free(bitmap_bh, EXT3_INODES_PER_GROUP(sb) / 8); in ext3_count_free_inodes()
Dext3.h1036 extern unsigned long ext3_count_free (struct buffer_head *, unsigned);
Dballoc.c1807 x = ext3_count_free(bitmap_bh, sb->s_blocksize); in ext3_count_free_blocks()