Home
last modified time | relevance | path

Searched refs:meta_blocks (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/ext2/
Dsuper.c763 int meta_blocks; in ext2_max_size() local
780 meta_blocks = 1; in ext2_max_size()
782 meta_blocks += 1 + (1LL << (bits-2)); in ext2_max_size()
784 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext2_max_size()
786 upper_limit -= meta_blocks; in ext2_max_size()
/Linux-v4.19/fs/ext4/
Dsuper.c2694 int meta_blocks; in ext4_max_bitmap_size() local
2727 meta_blocks = 1; in ext4_max_bitmap_size()
2729 meta_blocks += 1 + (1LL << (bits-2)); in ext4_max_bitmap_size()
2731 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext4_max_bitmap_size()
2733 upper_limit -= meta_blocks; in ext4_max_bitmap_size()