Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dsuper.c723 int meta_blocks; in ext2_max_size() local
740 meta_blocks = 1; in ext2_max_size()
742 meta_blocks += 1 + (1LL << (bits-2)); in ext2_max_size()
744 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext2_max_size()
746 upper_limit -= meta_blocks; in ext2_max_size()
/linux-4.4.14/fs/ext4/
Dsuper.c2350 int meta_blocks; in ext4_max_bitmap_size() local
2383 meta_blocks = 1; in ext4_max_bitmap_size()
2385 meta_blocks += 1 + (1LL << (bits-2)); in ext4_max_bitmap_size()
2387 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext4_max_bitmap_size()
2389 upper_limit -= meta_blocks; in ext4_max_bitmap_size()
/linux-4.4.14/include/trace/events/
Dext4.h940 __field( unsigned int, meta_blocks )
947 __entry->meta_blocks = EXT4_I(inode)->i_reserved_meta_blocks;
953 __entry->data_blocks, __entry->meta_blocks)