Searched refs:num_ll (Results 1 – 1 of 1) sorted by relevance
715 unsigned long long num_ll; in verity_ctr() local785 if (sscanf(argv[5], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()786 (sector_t)(num_ll << (v->data_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()787 >> (v->data_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()792 v->data_blocks = num_ll; in verity_ctr()800 if (sscanf(argv[6], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()801 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()802 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()807 v->hash_start = num_ll; in verity_ctr()