hashes_per_block 146 fs/verity/enable.c blocks = (blocks + params->hashes_per_block - 1) >> hashes_per_block 48 fs/verity/fsverity_private.h unsigned int hashes_per_block; /* number of hashes per tree block */ hashes_per_block 78 fs/verity/open.c params->hashes_per_block = 1 << params->log_arity; hashes_per_block 81 fs/verity/open.c hash_alg->name, params->block_size, params->hashes_per_block, hashes_per_block 100 fs/verity/open.c blocks = (blocks + params->hashes_per_block - 1) >>