Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext2/
Dsuper.c688 int meta_blocks; in ext2_max_size() local
705 meta_blocks = 1; in ext2_max_size()
707 meta_blocks += 1 + (1LL << (bits-2)); in ext2_max_size()
709 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext2_max_size()
711 upper_limit -= meta_blocks; in ext2_max_size()
/linux-3.4.99/fs/ext3/
Dsuper.c1561 int meta_blocks; in ext3_max_size() local
1578 meta_blocks = 1; in ext3_max_size()
1580 meta_blocks += 1 + (1LL << (bits-2)); in ext3_max_size()
1582 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext3_max_size()
1584 upper_limit -= meta_blocks; in ext3_max_size()
/linux-3.4.99/include/trace/events/
Dext4.h833 __field( unsigned int, meta_blocks )
840 __entry->meta_blocks = EXT4_I(inode)->i_reserved_meta_blocks;
846 __entry->data_blocks, __entry->meta_blocks)
/linux-3.4.99/fs/ext4/
Dsuper.c2216 int meta_blocks; in ext4_max_bitmap_size() local
2249 meta_blocks = 1; in ext4_max_bitmap_size()
2251 meta_blocks += 1 + (1LL << (bits-2)); in ext4_max_bitmap_size()
2253 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2))); in ext4_max_bitmap_size()
2255 upper_limit -= meta_blocks; in ext4_max_bitmap_size()