Lines Matching refs:DMEMIT

3560 		DMEMIT("%s ", cc->cipher_string);
3564 DMEMIT(":%u:%s", cc->key_size, cc->key_string);
3567 DMEMIT("%c%c", hex2asc(cc->key[i] >> 4),
3572 DMEMIT("-");
3574 DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset,
3588 DMEMIT(" %d", num_feature_args);
3590 DMEMIT(" allow_discards");
3592 DMEMIT(" same_cpu_crypt");
3594 DMEMIT(" high_priority");
3596 DMEMIT(" submit_from_crypt_cpus");
3598 DMEMIT(" no_read_workqueue");
3600 DMEMIT(" no_write_workqueue");
3602 DMEMIT(" integrity:%u:%s", cc->on_disk_tag_size, cc->cipher_auth);
3604 DMEMIT(" sector_size:%d", cc->sector_size);
3606 DMEMIT(" iv_large_sectors");
3612 DMEMIT(",allow_discards=%c", ti->num_discard_bios ? 'y' : 'n');
3613 DMEMIT(",same_cpu_crypt=%c", test_bit(DM_CRYPT_SAME_CPU, &cc->flags) ? 'y' : 'n');
3614 DMEMIT(",high_priority=%c", test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags) ? 'y' : 'n');
3615 DMEMIT(",submit_from_crypt_cpus=%c", test_bit(DM_CRYPT_NO_OFFLOAD, &cc->flags) ?
3617 DMEMIT(",no_read_workqueue=%c", test_bit(DM_CRYPT_NO_READ_WORKQUEUE, &cc->flags) ?
3619 DMEMIT(",no_write_workqueue=%c", test_bit(DM_CRYPT_NO_WRITE_WORKQUEUE, &cc->flags) ?
3621 DMEMIT(",iv_large_sectors=%c", test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags) ?
3625 DMEMIT(",integrity_tag_size=%u,cipher_auth=%s",
3628 DMEMIT(",sector_size=%d", cc->sector_size);
3630 DMEMIT(",cipher_string=%s", cc->cipher_string);
3632 DMEMIT(",key_size=%u", cc->key_size);
3633 DMEMIT(",key_parts=%u", cc->key_parts);
3634 DMEMIT(",key_extra_size=%u", cc->key_extra_size);
3635 DMEMIT(",key_mac_size=%u", cc->key_mac_size);
3636 DMEMIT(";");