Searched refs:log2_fs_blocksize (Results 1 – 2 of 2) sorted by relevance
55 int log2_fs_blocksize = LOG2_BLOCK_SIZE(node->data) - log2blksz; in ext4fs_read_file() local56 int blocksize = (1 << (log2_fs_blocksize + log2blksz)); in ext4fs_read_file()84 blknr = blknr << log2_fs_blocksize; in ext4fs_read_file()
762 int log2_fs_blocksize = LOG2_BLOCK_SIZE(ext4fs_root) - log2blksz; in ext4fs_write_file() local783 blknr = blknr << log2_fs_blocksize; in ext4fs_write_file()