Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c142 DM_CRYPT_SAME_CPU, DM_CRYPT_HIGH_PRIORITY, enumerator
3193 set_bit(DM_CRYPT_SAME_CPU, &cc->flags); in crypt_ctr_optional()
3460 if (test_bit(DM_CRYPT_SAME_CPU, &cc->flags)) { in crypt_ctr()
3610 num_feature_args += test_bit(DM_CRYPT_SAME_CPU, &cc->flags); in crypt_status()
3623 if (test_bit(DM_CRYPT_SAME_CPU, &cc->flags)) in crypt_status()
3647 DMEMIT(",same_cpu_crypt=%c", test_bit(DM_CRYPT_SAME_CPU, &cc->flags) ? 'y' : 'n'); in crypt_status()