Searched refs:EXT2_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
314 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()350 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()1535 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block()1579 desc_per_blk = EXT2_BLOCK_SIZE(data) / desc_size; in ext4fs_blockgroup()1623 inodes_per_block = EXT2_BLOCK_SIZE(data) / fs->inodesz; in ext4fs_read_inode()1657 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
606 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init()
Completed in 9 milliseconds