Home
last modified time | relevance | path

Searched refs:log2_fs_blocksize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c56 int log2_fs_blocksize = LOG2_BLOCK_SIZE(node->data) - log2blksz; in ext4fs_read_file() local
57 int blocksize = (1 << (log2_fs_blocksize + log2blksz)); in ext4fs_read_file()
85 blknr = blknr << log2_fs_blocksize; in ext4fs_read_file()
H A Dext4_write.c763 int log2_fs_blocksize = LOG2_BLOCK_SIZE(ext4fs_root) - log2blksz; in ext4fs_write_file() local
784 blknr = blknr << log2_fs_blocksize; in ext4fs_write_file()