Searched refs:EXT2_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
49 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
313 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()349 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()1533 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block()1573 desc_per_blk = EXT2_BLOCK_SIZE(data) / desc_size; in ext4fs_blockgroup()1604 inodes_per_block = EXT2_BLOCK_SIZE(data) / fs->inodesz; in ext4fs_read_inode()1629 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
594 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init()
180 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro181 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
1352 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
1553 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()