Searched refs:tmpll (Results 1 – 3 of 3) sorted by relevance
185 unsigned long long tmpll; in delay_class_ctr() local188 if (sscanf(argv[1], "%llu%c", &tmpll, &dummy) != 1 || tmpll != (sector_t)tmpll) { in delay_class_ctr()192 c->start = tmpll; in delay_class_ctr()
316 unsigned long long tmpll; in inlinecrypt_ctr() local376 if (sscanf(argv[4], "%llu%c", &tmpll, &dummy) != 1 || in inlinecrypt_ctr()377 tmpll != (sector_t)tmpll) { in inlinecrypt_ctr()382 ctx->start = tmpll; in inlinecrypt_ctr()
267 unsigned long long tmpll; in flakey_ctr() local290 if (sscanf(dm_shift_arg(&as), "%llu%c", &tmpll, &dummy) != 1 || tmpll != (sector_t)tmpll) { in flakey_ctr()294 fc->start = tmpll; in flakey_ctr()