Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext2/
Dballoc.c1443 unsigned long ext2_count_free(struct buffer_head *map, unsigned int numchars) in ext2_count_free() function
1473 x = ext2_count_free(bitmap_bh, sb->s_blocksize); in ext2_count_free_blocks()
Dialloc.c639 x = ext2_count_free(bitmap_bh, EXT2_INODES_PER_GROUP(sb) / 8); in ext2_count_free_inodes()
Dext2.h749 extern unsigned long ext2_count_free (struct buffer_head *, unsigned);