Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dballoc.c1438 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) in ext2_count_free() function
1468 x = ext2_count_free(bitmap_bh, sb->s_blocksize); in ext2_count_free_blocks()
H A Dialloc.c636 x = ext2_count_free(bitmap_bh, EXT2_INODES_PER_GROUP(sb) / 8); in ext2_count_free_inodes()
H A Dext2.h741 extern unsigned long ext2_count_free (struct buffer_head *, unsigned);