Searched refs:DM_CRYPT_HIGH_PRIORITY (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 144 DM_CRYPT_SAME_CPU, DM_CRYPT_HIGH_PRIORITY, enumerator 3144 set_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags); in crypt_ctr_optional() 3400 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_ctr() 3439 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_ctr() 3573 num_feature_args += test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags); in crypt_status() 3587 if (test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags)) in crypt_status() 3610 DMEMIT(",high_priority=%c", test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags) ? 'y' : 'n'); in crypt_status()
|