Home
last modified time | relevance | path

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

/fs/ext4/
A Dext4fs.c78 int log2_fs_blocksize = LOG2_BLOCK_SIZE(node->data) - log2blksz; in ext4fs_read_file() local
79 int blocksize = (1 << (log2_fs_blocksize + log2blksz)); in ext4fs_read_file()
119 blknr = (lbaint_t)blknr_and_status << log2_fs_blocksize; in ext4fs_read_file()
A Dext4_write.c772 int log2_fs_blocksize = LOG2_BLOCK_SIZE(ext4fs_root) - log2blksz; in ext4fs_write_file() local
793 blknr = blknr << log2_fs_blocksize; in ext4fs_write_file()

Completed in 6 milliseconds