Home
last modified time | relevance | path

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

/linux-6.1.9/fs/verity/
Denable.c44 u64 num_blocks_to_hash, in build_merkle_tree_level() argument
63 if (WARN_ON(num_blocks_to_hash != 1)) in build_merkle_tree_level()
70 for (i = 0; i < num_blocks_to_hash; i++) { in build_merkle_tree_level()
73 if ((pgoff_t)i % 10000 == 0 || i + 1 == num_blocks_to_hash) in build_merkle_tree_level()
75 i + 1, num_blocks_to_hash, level); in build_merkle_tree_level()
80 num_blocks_to_hash - i); in build_merkle_tree_level()
90 min_t(unsigned long, num_blocks_to_hash - i, in build_merkle_tree_level()
117 i + 1 == num_blocks_to_hash) { in build_merkle_tree_level()