Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-inlinecrypt.c50 u64 max_dun; member
404 ctx->max_dun = (ctx->iv_offset + ti->len - 1) >> in inlinecrypt_ctr()
406 dun_bytes = DIV_ROUND_UP(fls64(ctx->max_dun), 8); in inlinecrypt_ctr()
478 if (WARN_ON_ONCE(dun[0] > ctx->max_dun)) in inlinecrypt_map()