Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext2/
Dballoc.c1462 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) in ext2_count_free() function
1492 x = ext2_count_free(bitmap_bh, sb->s_blocksize); in ext2_count_free_blocks()
Dext2.h773 extern unsigned long ext2_count_free (struct buffer_head *, unsigned);
Dialloc.c647 x = ext2_count_free(bitmap_bh, EXT2_INODES_PER_GROUP(sb) / 8); in ext2_count_free_inodes()