Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c718 int meta_blocks; in ext2_max_size() local
735 meta_blocks = 1; in ext2_max_size()
737 meta_blocks += 1 + (1LL << (bits-2)); in ext2_max_size()
739 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext2_max_size()
741 upper_limit -= meta_blocks; in ext2_max_size()
/linux-4.1.27/fs/ext3/
Dsuper.c1629 int meta_blocks; in ext3_max_size() local
1646 meta_blocks = 1; in ext3_max_size()
1648 meta_blocks += 1 + (1LL << (bits-2)); in ext3_max_size()
1650 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext3_max_size()
1652 upper_limit -= meta_blocks; in ext3_max_size()
/linux-4.1.27/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)
/linux-4.1.27/fs/ext4/
Dsuper.c2339 int meta_blocks; in ext4_max_bitmap_size() local
2372 meta_blocks = 1; in ext4_max_bitmap_size()
2374 meta_blocks += 1 + (1LL << (bits-2)); in ext4_max_bitmap_size()
2376 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext4_max_bitmap_size()
2378 upper_limit -= meta_blocks; in ext4_max_bitmap_size()