Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c143 DM_CRYPT_SAME_CPU, DM_CRYPT_HIGH_PRIORITY,
3185 set_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags); in crypt_ctr_optional()
3441 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_ctr()
3478 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_ctr()
3601 num_feature_args += test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags); in crypt_status()
3615 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_status()
3638 DMEMIT(",high_priority=%c", test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags) ? 'y' : 'n'); in crypt_status()
142 DM_CRYPT_SAME_CPU, DM_CRYPT_HIGH_PRIORITY, global() enumerator