MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / ext3_blocks_count

Function ext3_blocks_count

Ext4Fsd/include/ext2fs.h:1669–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667//
1668
1669static inline ext3_fsblk_t ext3_blocks_count(struct ext3_super_block *es)
1670{
1671 return ((ext3_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) |
1672 le32_to_cpu(es->s_blocks_count);
1673}
1674
1675static inline ext3_fsblk_t ext3_r_blocks_count(struct ext3_super_block *es)
1676{

Callers 4

Ext2InitializeVcbFunction · 0.85
ext4_init_block_bitmapFunction · 0.85
ext4_check_descriptorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected