Lines Matching refs:index
20 * @dindex: (in) the index of the data block being verified
22 * @hindex: (out) the index of the hash block containing the wanted hash
54 pgoff_t index, int level)
62 "FILE CORRUPTED! index=%lu, level=%d, want_hash=%s:%*phN, real_hash=%s:%*phN",
63 index, level,
92 const pgoff_t index = data_page->index;
104 pr_debug_ratelimited("Verifying data page %lu...\n", index);
107 if (index >= DIV_ROUND_UP(vi->verified_data_size, PAGE_SIZE)) {
123 hash_at_level(params, index, level, &hindex, &hoffset);
164 err = cmp_hashes(vi, want_hash, real_hash, index, level - 1);
179 err = cmp_hashes(vi, want_hash, real_hash, index, -1);
260 unsigned long level0_index = page->index >> params->log_arity;