Symbol: DMEMIT
drivers/md/dm-cache-policy-internal.h
96
DMEMIT("0 ");
drivers/md/dm-cache-policy-smq.c
1677
DMEMIT("10 random_threshold 0 "
drivers/md/dm-cache-target.c
3101
DMEMIT("%u ", count);
drivers/md/dm-cache-target.c
3104
DMEMIT("metadata2 ");
drivers/md/dm-cache-target.c
3107
DMEMIT("writethrough ");
drivers/md/dm-cache-target.c
3110
DMEMIT("passthrough ");
drivers/md/dm-cache-target.c
3113
DMEMIT("writeback ");
drivers/md/dm-cache-target.c
3116
DMEMIT("unknown ");
drivers/md/dm-cache-target.c
3122
DMEMIT("no_discard_passdown ");
drivers/md/dm-cache-target.c
3154
DMEMIT("Fail");
drivers/md/dm-cache-target.c
3178
DMEMIT("%u %llu/%llu %llu %llu/%llu %u %u %u %u %u %u %lu ",
drivers/md/dm-cache-target.c
3195
DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold);
drivers/md/dm-cache-target.c
3197
DMEMIT("%s ", dm_cache_policy_get_name(cache->policy));
drivers/md/dm-cache-target.c
3206
DMEMIT("ro ");
drivers/md/dm-cache-target.c
3208
DMEMIT("rw ");
drivers/md/dm-cache-target.c
3213
DMEMIT("needs_check ");
drivers/md/dm-cache-target.c
3215
DMEMIT("- ");
drivers/md/dm-cache-target.c
3221
DMEMIT("%s ", buf);
drivers/md/dm-cache-target.c
3223
DMEMIT("%s ", buf);
drivers/md/dm-cache-target.c
3225
DMEMIT("%s", buf);
drivers/md/dm-cache-target.c
3228
DMEMIT(" %s", cache->ctr_args[i]);
drivers/md/dm-cache-target.c
3230
DMEMIT(" %s", cache->ctr_args[cache->nr_ctr_args - 1]);
drivers/md/dm-cache-target.c
3236
DMEMIT(",metadata_mode=fail");
drivers/md/dm-cache-target.c
3238
DMEMIT(",metadata_mode=ro");
drivers/md/dm-cache-target.c
3240
DMEMIT(",metadata_mode=rw");
drivers/md/dm-cache-target.c
3243
DMEMIT(",cache_metadata_device=%s", buf);
drivers/md/dm-cache-target.c
3245
DMEMIT(",cache_device=%s", buf);
drivers/md/dm-cache-target.c
3247
DMEMIT(",cache_origin_device=%s", buf);
drivers/md/dm-cache-target.c
3248
DMEMIT(",writethrough=%c", writethrough_mode(cache) ? 'y' : 'n');
drivers/md/dm-cache-target.c
3249
DMEMIT(",writeback=%c", writeback_mode(cache) ? 'y' : 'n');
drivers/md/dm-cache-target.c
3250
DMEMIT(",passthrough=%c", passthrough_mode(cache) ? 'y' : 'n');
drivers/md/dm-cache-target.c
3251
DMEMIT(",metadata2=%c", cache->features.metadata_version == 2 ? 'y' : 'n');
drivers/md/dm-cache-target.c
3252
DMEMIT(",no_discard_passdown=%c", cache->features.discard_passdown ? 'n' : 'y');
drivers/md/dm-cache-target.c
3253
DMEMIT(";");
drivers/md/dm-cache-target.c
3260
DMEMIT("Error");
drivers/md/dm-clone-target.c
1391
DMEMIT("%u ", count);
drivers/md/dm-clone-target.c
1394
DMEMIT("no_hydration ");
drivers/md/dm-clone-target.c
1397
DMEMIT("no_discard_passdown ");
drivers/md/dm-clone-target.c
1408
DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count,
drivers/md/dm-clone-target.c
1437
DMEMIT("Fail");
drivers/md/dm-clone-target.c
1461
DMEMIT("%u %llu/%llu %llu %u/%lu %u ",
drivers/md/dm-clone-target.c
1475
DMEMIT("rw");
drivers/md/dm-clone-target.c
1478
DMEMIT("ro");
drivers/md/dm-clone-target.c
1481
DMEMIT("Fail");
drivers/md/dm-clone-target.c
1488
DMEMIT("%s ", buf);
drivers/md/dm-clone-target.c
1491
DMEMIT("%s ", buf);
drivers/md/dm-clone-target.c
1494
DMEMIT("%s", buf);
drivers/md/dm-clone-target.c
1497
DMEMIT(" %s", clone->ctr_args[i]);
drivers/md/dm-clone-target.c
1508
DMEMIT("Error");
drivers/md/dm-crypt.c
3554
DMEMIT("%s ", cc->cipher_string);
drivers/md/dm-crypt.c
3558
DMEMIT(":%u:%s", cc->key_size, cc->key_string);
drivers/md/dm-crypt.c
3561
DMEMIT("%c%c", hex2asc(cc->key[i] >> 4),
drivers/md/dm-crypt.c
3566
DMEMIT("-");
drivers/md/dm-crypt.c
3568
DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset,
drivers/md/dm-crypt.c
3582
DMEMIT(" %d", num_feature_args);
drivers/md/dm-crypt.c
3584
DMEMIT(" allow_discards");
drivers/md/dm-crypt.c
3586
DMEMIT(" same_cpu_crypt");
drivers/md/dm-crypt.c
3588
DMEMIT(" high_priority");
drivers/md/dm-crypt.c
3590
DMEMIT(" submit_from_crypt_cpus");
drivers/md/dm-crypt.c
3592
DMEMIT(" no_read_workqueue");
drivers/md/dm-crypt.c
3594
DMEMIT(" no_write_workqueue");
drivers/md/dm-crypt.c
3596
DMEMIT(" integrity:%u:%s", cc->used_tag_size, cc->cipher_auth);
drivers/md/dm-crypt.c
3598
DMEMIT(" sector_size:%d", cc->sector_size);
drivers/md/dm-crypt.c
3600
DMEMIT(" iv_large_sectors");
drivers/md/dm-crypt.c
3602
DMEMIT(" integrity_key_size:%u", cc->key_mac_size);
drivers/md/dm-crypt.c
3608
DMEMIT(",allow_discards=%c", ti->num_discard_bios ? 'y' : 'n');
drivers/md/dm-crypt.c
3609
DMEMIT(",same_cpu_crypt=%c", test_bit(DM_CRYPT_SAME_CPU, &cc->flags) ? 'y' : 'n');
drivers/md/dm-crypt.c
3610
DMEMIT(",high_priority=%c", test_bit(DM_CRYPT_HIGH_PRIORITY, &cc->flags) ? 'y' : 'n');
drivers/md/dm-crypt.c
3611
DMEMIT(",submit_from_crypt_cpus=%c", test_bit(DM_CRYPT_NO_OFFLOAD, &cc->flags) ?
drivers/md/dm-crypt.c
3613
DMEMIT(",no_read_workqueue=%c", test_bit(DM_CRYPT_NO_READ_WORKQUEUE, &cc->flags) ?
drivers/md/dm-crypt.c
3615
DMEMIT(",no_write_workqueue=%c", test_bit(DM_CRYPT_NO_WRITE_WORKQUEUE, &cc->flags) ?
drivers/md/dm-crypt.c
3617
DMEMIT(",iv_large_sectors=%c", test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags) ?
drivers/md/dm-crypt.c
3621
DMEMIT(",integrity_tag_size=%u,cipher_auth=%s",
drivers/md/dm-crypt.c
3624
DMEMIT(",sector_size=%d", cc->sector_size);
drivers/md/dm-crypt.c
3626
DMEMIT(",cipher_string=%s", cc->cipher_string);
drivers/md/dm-crypt.c
3628
DMEMIT(",key_size=%u", cc->key_size);
drivers/md/dm-crypt.c
3629
DMEMIT(",key_parts=%u", cc->key_parts);
drivers/md/dm-crypt.c
3630
DMEMIT(",key_extra_size=%u", cc->key_extra_size);
drivers/md/dm-crypt.c
3631
DMEMIT(",key_mac_size=%u", cc->key_mac_size);
drivers/md/dm-crypt.c
3632
DMEMIT(";");
drivers/md/dm-delay.c
401
DMEMIT("%s %llu %u", (c)->dev->name, (unsigned long long)(c)->start, (c)->delay)
drivers/md/dm-delay.c
411
DMEMIT("%u %u %u", dc->read.ops, dc->write.ops, dc->flush.ops);
drivers/md/dm-delay.c
417
DMEMIT(" ");
drivers/md/dm-delay.c
421
DMEMIT(" ");
drivers/md/dm-dust.c
151
DMEMIT("%s: block %llu found in badblocklist", __func__, block);
drivers/md/dm-dust.c
153
DMEMIT("%s: block %llu not found in badblocklist", __func__, block);
drivers/md/dm-dust.c
280
DMEMIT("%s: no badblocks found", __func__);
drivers/md/dm-dust.c
282
DMEMIT("%s: badblocks cleared", __func__);
drivers/md/dm-dust.c
301
DMEMIT("%llu\n", bblk->bb);
drivers/md/dm-dust.c
307
DMEMIT("No blocks in badblocklist");
drivers/md/dm-dust.c
443
DMEMIT("countbadblocks: %llu badblock(s) found",
drivers/md/dm-dust.c
521
DMEMIT("%s %s %s", dd->dev->name,
drivers/md/dm-dust.c
527
DMEMIT("%s %llu %u", dd->dev->name,
drivers/md/dm-era-target.c
1659
DMEMIT("%u %llu/%llu %u",
drivers/md/dm-era-target.c
1666
DMEMIT(" %llu", stats.snap);
drivers/md/dm-era-target.c
1668
DMEMIT(" -");
drivers/md/dm-era-target.c
1673
DMEMIT("%s ", buf);
drivers/md/dm-era-target.c
1675
DMEMIT("%s %u", buf, era->sectors_per_block);
drivers/md/dm-era-target.c
1686
DMEMIT("Error");
drivers/md/dm-flakey.c
616
DMEMIT("%s %llu %u %u", fc->dev->name,
drivers/md/dm-flakey.c
623
DMEMIT(" %u", error_reads + drop_writes + error_writes +
drivers/md/dm-flakey.c
629
DMEMIT(" error_reads");
drivers/md/dm-flakey.c
631
DMEMIT(" drop_writes");
drivers/md/dm-flakey.c
633
DMEMIT(" error_writes");
drivers/md/dm-flakey.c
636
DMEMIT(" corrupt_bio_byte %u %c %u %u",
drivers/md/dm-flakey.c
642
DMEMIT(" random_read_corrupt %u", fc->random_read_corrupt);
drivers/md/dm-flakey.c
644
DMEMIT(" random_write_corrupt %u", fc->random_write_corrupt);
drivers/md/dm-integrity.c
3931
DMEMIT("%llu %llu",
drivers/md/dm-integrity.c
3935
DMEMIT(" %llu", le64_to_cpu(ic->sb->recalc_sector));
drivers/md/dm-integrity.c
3937
DMEMIT(" -");
drivers/md/dm-integrity.c
3959
DMEMIT("%s %llu %u %c %u", ic->dev->name, ic->start,
drivers/md/dm-integrity.c
3962
DMEMIT(" meta_device:%s", ic->meta_dev->name);
drivers/md/dm-integrity.c
3964
DMEMIT(" block_size:%u", ic->sectors_per_block << SECTOR_SHIFT);
drivers/md/dm-integrity.c
3966
DMEMIT(" recalculate");
drivers/md/dm-integrity.c
3968
DMEMIT(" reset_recalculate");
drivers/md/dm-integrity.c
3970
DMEMIT(" allow_discards");
drivers/md/dm-integrity.c
3972
DMEMIT(" interleave_sectors:%u", 1U << ic->sb->log2_interleave_sectors);
drivers/md/dm-integrity.c
3973
DMEMIT(" buffer_sectors:%u", 1U << ic->log2_buffer_sectors);
drivers/md/dm-integrity.c
3979
DMEMIT(" journal_sectors:%u", ic->initial_sectors - SB_SECTORS);
drivers/md/dm-integrity.c
3980
DMEMIT(" journal_watermark:%u", (unsigned int)watermark_percentage);
drivers/md/dm-integrity.c
3981
DMEMIT(" commit_time:%u", ic->autocommit_msec);
drivers/md/dm-integrity.c
3984
DMEMIT(" sectors_per_bit:%llu", (sector_t)ic->sectors_per_block << ic->log2_blocks_per_bitmap_bit);
drivers/md/dm-integrity.c
3985
DMEMIT(" bitmap_flush_interval:%u", jiffies_to_msecs(ic->bitmap_flush_interval));
drivers/md/dm-integrity.c
3988
DMEMIT(" fix_padding");
drivers/md/dm-integrity.c
3990
DMEMIT(" fix_hmac");
drivers/md/dm-integrity.c
3992
DMEMIT(" legacy_recalculate");
drivers/md/dm-integrity.c
3997
DMEMIT(" %s:%s", n, ic->a.alg_string); \
drivers/md/dm-integrity.c
3999
DMEMIT(":%s", ic->a.key_string);\
drivers/md/dm-integrity.c
4009
DMEMIT(",dev_name=%s,start=%llu,tag_size=%u,mode=%c",
drivers/md/dm-integrity.c
4013
DMEMIT(",meta_device=%s", ic->meta_dev->name);
drivers/md/dm-integrity.c
4015
DMEMIT(",block_size=%u", ic->sectors_per_block << SECTOR_SHIFT);
drivers/md/dm-integrity.c
4017
DMEMIT(",recalculate=%c", (ic->sb->flags & cpu_to_le32(SB_FLAG_RECALCULATING)) ?
drivers/md/dm-integrity.c
4019
DMEMIT(",allow_discards=%c", ic->discard ? 'y' : 'n');
drivers/md/dm-integrity.c
4020
DMEMIT(",fix_padding=%c",
drivers/md/dm-integrity.c
4022
DMEMIT(",fix_hmac=%c",
drivers/md/dm-integrity.c
4024
DMEMIT(",legacy_recalculate=%c", ic->legacy_recalculate ? 'y' : 'n');
drivers/md/dm-integrity.c
4026
DMEMIT(",journal_sectors=%u", ic->initial_sectors - SB_SECTORS);
drivers/md/dm-integrity.c
4027
DMEMIT(",interleave_sectors=%u", 1U << ic->sb->log2_interleave_sectors);
drivers/md/dm-integrity.c
4028
DMEMIT(",buffer_sectors=%u", 1U << ic->log2_buffer_sectors);
drivers/md/dm-integrity.c
4029
DMEMIT(";");
drivers/md/dm-linear.c
111
DMEMIT("%s %llu", lc->dev->name, (unsigned long long)lc->start);
drivers/md/dm-linear.c
116
DMEMIT(",device_name=%s,start=%llu;", lc->dev->name,
drivers/md/dm-log-userspace-base.c
804
DMEMIT("%s 1 COM_FAILURE", log->type->name);
drivers/md/dm-log-userspace-base.c
813
DMEMIT("%s %u %s ", log->type->name, lc->usr_argc, lc->uuid);
drivers/md/dm-log-userspace-base.c
815
DMEMIT("integrated_flush ");
drivers/md/dm-log-userspace-base.c
816
DMEMIT("%s ", table_args);
drivers/md/dm-log-writes.c
805
DMEMIT("%llu %llu", lc->logged_entries,
drivers/md/dm-log-writes.c
808
DMEMIT(" logging_disabled");
drivers/md/dm-log-writes.c
812
DMEMIT("%s %s", lc->dev->name, lc->logdev->name);
drivers/md/dm-log.c
790
DMEMIT("%ssync ", lc->sync == NOSYNC ? "no" : ""); \
drivers/md/dm-log.c
801
DMEMIT("1 %s", log->type->name);
drivers/md/dm-log.c
805
DMEMIT("%s %u %u ", log->type->name,
drivers/md/dm-log.c
826
DMEMIT("3 %s %s %c", log->type->name, lc->log_dev->name,
drivers/md/dm-log.c
833
DMEMIT("%s %u %s %u ", log->type->name,
drivers/md/dm-mpath.c
1821
DMEMIT("2 %u %u ", test_bit(MPATHF_QUEUE_IO, &m->flags),
drivers/md/dm-mpath.c
1824
DMEMIT("%u ", test_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags) +
drivers/md/dm-mpath.c
1830
DMEMIT("queue_if_no_path ");
drivers/md/dm-mpath.c
1832
DMEMIT("pg_init_retries %u ", m->pg_init_retries);
drivers/md/dm-mpath.c
1834
DMEMIT("pg_init_delay_msecs %u ", m->pg_init_delay_msecs);
drivers/md/dm-mpath.c
1838
DMEMIT("queue_mode bio ");
drivers/md/dm-mpath.c
1848
DMEMIT("0 ");
drivers/md/dm-mpath.c
1850
DMEMIT("1 %s ", m->hw_handler_name);
drivers/md/dm-mpath.c
1852
DMEMIT("%u ", m->nr_priority_groups);
drivers/md/dm-mpath.c
1861
DMEMIT("%u ", pg_num);
drivers/md/dm-mpath.c
1873
DMEMIT("%c ", state);
drivers/md/dm-mpath.c
1880
DMEMIT("0 ");
drivers/md/dm-mpath.c
1882
DMEMIT("%u %u ", pg->nr_pgpaths,
drivers/md/dm-mpath.c
1886
DMEMIT("%s %s %u ", p->path.dev->name,
drivers/md/dm-mpath.c
1899
DMEMIT("%s ", pg->ps.type->name);
drivers/md/dm-mpath.c
1906
DMEMIT("0 ");
drivers/md/dm-mpath.c
1908
DMEMIT("%u %u ", pg->nr_pgpaths,
drivers/md/dm-mpath.c
1912
DMEMIT("%s ", p->path.dev->name);
drivers/md/dm-mpath.c
1925
DMEMIT(",nr_priority_groups=%u", m->nr_priority_groups);
drivers/md/dm-mpath.c
1935
DMEMIT(",pg_state_%d=%c", pg_counter, state);
drivers/md/dm-mpath.c
1936
DMEMIT(",nr_pgpaths_%d=%u", pg_counter, pg->nr_pgpaths);
drivers/md/dm-mpath.c
1937
DMEMIT(",path_selector_name_%d=%s", pg_counter, pg->ps.type->name);
drivers/md/dm-mpath.c
1941
DMEMIT(",path_name_%d_%d=%s,is_active_%d_%d=%c,fail_count_%d_%d=%u",
drivers/md/dm-mpath.c
1946
DMEMIT(",path_selector_status_%d_%d=",
drivers/md/dm-mpath.c
1956
DMEMIT(";");
drivers/md/dm-pcache/dm_pcache.c
404
DMEMIT("%x %u %u %u %u %x %u:%u %u:%u %u:%u",
drivers/md/dm-pcache/dm_pcache.c
419
DMEMIT("%s %s 4 cache_mode writeback crc %s",
drivers/md/dm-ps-historical-service-time.c
246
DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier);
drivers/md/dm-ps-historical-service-time.c
252
DMEMIT("%llu %llu %llu ", pi->historical_service_time,
drivers/md/dm-ps-historical-service-time.c
256
DMEMIT("0 ");
drivers/md/dm-ps-io-affinity.c
160
DMEMIT("0 ");
drivers/md/dm-ps-io-affinity.c
166
DMEMIT("%d ", atomic_read(&s->map_misses));
drivers/md/dm-ps-io-affinity.c
170
DMEMIT("%*pb ", cpumask_pr_args(pi->cpumask));
drivers/md/dm-ps-queue-length.c
101
DMEMIT("%d ", atomic_read(&pi->qlen));
drivers/md/dm-ps-queue-length.c
104
DMEMIT("%u ", pi->repeat_count);
drivers/md/dm-ps-queue-length.c
95
DMEMIT("0 ");
drivers/md/dm-ps-round-robin.c
105
DMEMIT("%u ", pi->repeat_count);
drivers/md/dm-ps-round-robin.c
98
DMEMIT("0 ");
drivers/md/dm-ps-service-time.c
100
DMEMIT("%u %u ", pi->repeat_count,
drivers/md/dm-ps-service-time.c
90
DMEMIT("0 ");
drivers/md/dm-ps-service-time.c
96
DMEMIT("%d %u ", atomic_read(&pi->in_flight_size),
drivers/md/dm-raid.c
3548
DMEMIT("%s %d ", rt->name, mddev->raid_disks);
drivers/md/dm-raid.c
3563
DMEMIT(__raid_dev_status(rs, &rs->dev[i].rdev));
drivers/md/dm-raid.c
3577
DMEMIT(" %llu/%llu", (unsigned long long) progress,
drivers/md/dm-raid.c
3587
DMEMIT(" %s", sync_str(state));
drivers/md/dm-raid.c
3596
DMEMIT(" %llu", (unsigned long long) resync_mismatches);
drivers/md/dm-raid.c
3608
DMEMIT(" %llu", (unsigned long long) rs->dev[0].rdev.data_offset);
drivers/md/dm-raid.c
3613
DMEMIT(" %s", test_bit(__CTR_FLAG_JOURNAL_DEV, &rs->ctr_flags) ?
drivers/md/dm-raid.c
3636
DMEMIT("%s %u %u", rs->raid_type->name, raid_param_cnt, mddev->new_chunk_sectors);
drivers/md/dm-raid.c
3638
DMEMIT(" %s", dm_raid_arg_name_by_flag(CTR_FLAG_SYNC));
drivers/md/dm-raid.c
3640
DMEMIT(" %s", dm_raid_arg_name_by_flag(CTR_FLAG_NOSYNC));
drivers/md/dm-raid.c
3644
DMEMIT(" %s %u", dm_raid_arg_name_by_flag(CTR_FLAG_REBUILD), i);
drivers/md/dm-raid.c
3646
DMEMIT(" %s %lu", dm_raid_arg_name_by_flag(CTR_FLAG_DAEMON_SLEEP),
drivers/md/dm-raid.c
3649
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_MIN_RECOVERY_RATE),
drivers/md/dm-raid.c
3652
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_MAX_RECOVERY_RATE),
drivers/md/dm-raid.c
3657
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_WRITE_MOSTLY),
drivers/md/dm-raid.c
3660
DMEMIT(" %s %lu", dm_raid_arg_name_by_flag(CTR_FLAG_MAX_WRITE_BEHIND),
drivers/md/dm-raid.c
3663
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_STRIPE_CACHE),
drivers/md/dm-raid.c
3666
DMEMIT(" %s %llu", dm_raid_arg_name_by_flag(CTR_FLAG_REGION_SIZE),
drivers/md/dm-raid.c
3669
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_RAID10_COPIES),
drivers/md/dm-raid.c
3672
DMEMIT(" %s %s", dm_raid_arg_name_by_flag(CTR_FLAG_RAID10_FORMAT),
drivers/md/dm-raid.c
3675
DMEMIT(" %s %d", dm_raid_arg_name_by_flag(CTR_FLAG_DELTA_DISKS),
drivers/md/dm-raid.c
3678
DMEMIT(" %s %llu", dm_raid_arg_name_by_flag(CTR_FLAG_DATA_OFFSET),
drivers/md/dm-raid.c
3681
DMEMIT(" %s %s", dm_raid_arg_name_by_flag(CTR_FLAG_JOURNAL_DEV),
drivers/md/dm-raid.c
3684
DMEMIT(" %s %s", dm_raid_arg_name_by_flag(CTR_FLAG_JOURNAL_MODE),
drivers/md/dm-raid.c
3686
DMEMIT(" %d", rs->raid_disks);
drivers/md/dm-raid.c
3688
DMEMIT(" %s %s", __get_dev_name(rs->dev[i].meta_dev),
drivers/md/dm-raid.c
3698
DMEMIT(",raid_type=%s,raid_disks=%d", rt->name, mddev->raid_disks);
drivers/md/dm-raid.c
3704
DMEMIT(",raid_state=%s", sync_str(state));
drivers/md/dm-raid.c
3707
DMEMIT(",raid_device_%d_status=", i);
drivers/md/dm-raid.c
3708
DMEMIT(__raid_dev_status(rs, &rs->dev[i].rdev));
drivers/md/dm-raid.c
3712
DMEMIT(",journal_dev_mode=");
drivers/md/dm-raid.c
3715
DMEMIT("%s",
drivers/md/dm-raid.c
3719
DMEMIT("%s",
drivers/md/dm-raid.c
3723
DMEMIT("invalid");
drivers/md/dm-raid.c
3727
DMEMIT(";");
drivers/md/dm-raid1.c
1416
DMEMIT("%d ", ms->nr_mirrors);
drivers/md/dm-raid1.c
1418
DMEMIT("%s ", ms->mirror[m].dev->name);
drivers/md/dm-raid1.c
1423
DMEMIT("%llu/%llu 1 %s ",
drivers/md/dm-raid1.c
1434
DMEMIT("%d", ms->nr_mirrors);
drivers/md/dm-raid1.c
1436
DMEMIT(" %s %llu", ms->mirror[m].dev->name,
drivers/md/dm-raid1.c
1442
DMEMIT(" %d", num_feature_args);
drivers/md/dm-raid1.c
1444
DMEMIT(" handle_errors");
drivers/md/dm-raid1.c
1446
DMEMIT(" keep_log");
drivers/md/dm-raid1.c
1453
DMEMIT(",nr_mirrors=%d", ms->nr_mirrors);
drivers/md/dm-raid1.c
1455
DMEMIT(",mirror_device_%d=%s", m, ms->mirror[m].dev->name);
drivers/md/dm-raid1.c
1456
DMEMIT(",mirror_device_%d_status=%c",
drivers/md/dm-raid1.c
1460
DMEMIT(",handle_errors=%c", errors_handled(ms) ? 'y' : 'n');
drivers/md/dm-raid1.c
1461
DMEMIT(",keep_log=%c", keep_log(ms) ? 'y' : 'n');
drivers/md/dm-raid1.c
1463
DMEMIT(",log_type_status=");
drivers/md/dm-raid1.c
1465
DMEMIT(";");
drivers/md/dm-snap-persistent.c
915
DMEMIT(" %s %llu", store->userspace_supports_overflow ? "PO" : "P",
drivers/md/dm-snap-transient.c
100
DMEMIT(" N %llu", (unsigned long long)store->chunk_size);
drivers/md/dm-snap.c
2319
DMEMIT("Invalid");
drivers/md/dm-snap.c
2321
DMEMIT("Merge failed");
drivers/md/dm-snap.c
2323
DMEMIT("Overflow");
drivers/md/dm-snap.c
2332
DMEMIT("%llu/%llu %llu",
drivers/md/dm-snap.c
2337
DMEMIT("Unknown");
drivers/md/dm-snap.c
2350
DMEMIT("%s %s", snap->origin->name, snap->cow->name);
drivers/md/dm-snap.c
2355
DMEMIT(" %u", num_features);
drivers/md/dm-snap.c
2357
DMEMIT(" discard_zeroes_cow");
drivers/md/dm-snap.c
2359
DMEMIT(" discard_passdown_origin");
drivers/md/dm-snap.c
2365
DMEMIT(",snap_origin_name=%s", snap->origin->name);
drivers/md/dm-snap.c
2366
DMEMIT(",snap_cow_name=%s", snap->cow->name);
drivers/md/dm-snap.c
2367
DMEMIT(",snap_valid=%c", snap->valid ? 'y' : 'n');
drivers/md/dm-snap.c
2368
DMEMIT(",snap_merge_failed=%c", snap->merge_failed ? 'y' : 'n');
drivers/md/dm-snap.c
2369
DMEMIT(",snapshot_overflowed=%c", snap->snapshot_overflowed ? 'y' : 'n');
drivers/md/dm-snap.c
2370
DMEMIT(";");
drivers/md/dm-stats.c
504
DMEMIT("%d: %llu+%llu %llu %s %s", s->id,
drivers/md/dm-stats.c
511
DMEMIT(" precise_timestamps");
drivers/md/dm-stats.c
515
DMEMIT(" histogram:");
drivers/md/dm-stats.c
518
DMEMIT(",");
drivers/md/dm-stats.c
519
DMEMIT("%llu", s->histogram_boundaries[i]);
drivers/md/dm-stats.c
522
DMEMIT("\n");
drivers/md/dm-stats.c
896
DMEMIT("%llu+%llu %llu %llu %llu %llu %llu %llu %llu %llu %d %llu %llu %llu %llu",
drivers/md/dm-stats.c
916
DMEMIT("%s%llu", !i ? " " : ":", shared->tmp.histogram[i]);
drivers/md/dm-stats.c
918
DMEMIT("\n");
drivers/md/dm-stripe.c
370
DMEMIT("%d ", sc->stripes);
drivers/md/dm-stripe.c
372
DMEMIT("%s ", sc->stripe[i].dev->name);
drivers/md/dm-stripe.c
374
DMEMIT("1 ");
drivers/md/dm-stripe.c
376
DMEMIT("%c", atomic_read(&(sc->stripe[i].error_count)) ? 'D' : 'A');
drivers/md/dm-stripe.c
380
DMEMIT("%d %llu", sc->stripes,
drivers/md/dm-stripe.c
383
DMEMIT(" %s %llu", sc->stripe[i].dev->name,
drivers/md/dm-stripe.c
389
DMEMIT(",stripes=%d,chunk_size=%llu", sc->stripes,
drivers/md/dm-stripe.c
393
DMEMIT(",stripe_%d_device_name=%s", i, sc->stripe[i].dev->name);
drivers/md/dm-stripe.c
394
DMEMIT(",stripe_%d_physical_start=%llu", i,
drivers/md/dm-stripe.c
396
DMEMIT(",stripe_%d_status=%c", i,
drivers/md/dm-stripe.c
399
DMEMIT(";");
drivers/md/dm-switch.c
503
DMEMIT("%u %u 0", sctx->nr_paths, sctx->region_size);
drivers/md/dm-switch.c
505
DMEMIT(" %s %llu", sctx->path_list[path_nr].dmdev->name,
drivers/md/dm-thin.c
3888
DMEMIT("%u ", count);
drivers/md/dm-thin.c
3891
DMEMIT("skip_block_zeroing ");
drivers/md/dm-thin.c
3894
DMEMIT("ignore_discard ");
drivers/md/dm-thin.c
3897
DMEMIT("no_discard_passdown ");
drivers/md/dm-thin.c
3900
DMEMIT("read_only ");
drivers/md/dm-thin.c
3903
DMEMIT("error_if_no_space ");
drivers/md/dm-thin.c
3932
DMEMIT("Fail");
drivers/md/dm-thin.c
3982
DMEMIT("%llu %llu/%llu %llu/%llu ",
drivers/md/dm-thin.c
3990
DMEMIT("%llu ", held_root);
drivers/md/dm-thin.c
3992
DMEMIT("- ");
drivers/md/dm-thin.c
3996
DMEMIT("out_of_data_space ");
drivers/md/dm-thin.c
3998
DMEMIT("ro ");
drivers/md/dm-thin.c
4000
DMEMIT("rw ");
drivers/md/dm-thin.c
4003
DMEMIT("ignore_discard ");
drivers/md/dm-thin.c
4005
DMEMIT("discard_passdown ");
drivers/md/dm-thin.c
4007
DMEMIT("no_discard_passdown ");
drivers/md/dm-thin.c
4010
DMEMIT("error_if_no_space ");
drivers/md/dm-thin.c
4012
DMEMIT("queue_if_no_space ");
drivers/md/dm-thin.c
4015
DMEMIT("needs_check ");
drivers/md/dm-thin.c
4017
DMEMIT("- ");
drivers/md/dm-thin.c
4019
DMEMIT("%llu ", (unsigned long long)calc_metadata_threshold(pt));
drivers/md/dm-thin.c
4024
DMEMIT("%s %s %lu %llu ",
drivers/md/dm-thin.c
4039
DMEMIT("Error");
drivers/md/dm-thin.c
4411
DMEMIT("Fail");
drivers/md/dm-thin.c
4416
DMEMIT("-");
drivers/md/dm-thin.c
4432
DMEMIT("%llu ", mapped * tc->pool->sectors_per_block);
drivers/md/dm-thin.c
4434
DMEMIT("%llu", ((highest + 1) *
drivers/md/dm-thin.c
4437
DMEMIT("-");
drivers/md/dm-thin.c
4441
DMEMIT("%s %lu",
drivers/md/dm-thin.c
4445
DMEMIT(" %s", format_dev_t(buf, tc->origin_dev->bdev->bd_dev));
drivers/md/dm-thin.c
4457
DMEMIT("Error");
drivers/md/dm-unstripe.c
156
DMEMIT("%d %llu %d %s %llu",
drivers/md/dm-vdo/dm-vdo-target.c
1002
DMEMIT("%s", device_config->original_string);
drivers/md/dm-vdo/dm-vdo-target.c
989
DMEMIT("/dev/%pg %s %s %s %s %llu %llu",
drivers/md/dm-verity-fec.c
479
DMEMIT(" " DM_VERITY_OPT_FEC_DEV " %s "
drivers/md/dm-verity-target.c
848
DMEMIT("%c", v->hash_failed ? 'C' : 'V');
drivers/md/dm-verity-target.c
850
DMEMIT(" %lld", atomic64_read(&v->fec->corrected));
drivers/md/dm-verity-target.c
852
DMEMIT(" -");
drivers/md/dm-verity-target.c
855
DMEMIT("%u %s %s %u %u %llu %llu %s ",
drivers/md/dm-verity-target.c
866
DMEMIT("%02x", v->root_digest[x]);
drivers/md/dm-verity-target.c
867
DMEMIT(" ");
drivers/md/dm-verity-target.c
869
DMEMIT("-");
drivers/md/dm-verity-target.c
872
DMEMIT("%02x", v->salt[x]);
drivers/md/dm-verity-target.c
889
DMEMIT(" %u", args);
drivers/md/dm-verity-target.c
891
DMEMIT(" ");
drivers/md/dm-verity-target.c
894
DMEMIT(DM_VERITY_OPT_LOGGING);
drivers/md/dm-verity-target.c
897
DMEMIT(DM_VERITY_OPT_RESTART);
drivers/md/dm-verity-target.c
900
DMEMIT(DM_VERITY_OPT_PANIC);
drivers/md/dm-verity-target.c
907
DMEMIT(" ");
drivers/md/dm-verity-target.c
910
DMEMIT(DM_VERITY_OPT_ERROR_RESTART);
drivers/md/dm-verity-target.c
913
DMEMIT(DM_VERITY_OPT_ERROR_PANIC);
drivers/md/dm-verity-target.c
920
DMEMIT(" " DM_VERITY_OPT_IGN_ZEROES);
drivers/md/dm-verity-target.c
922
DMEMIT(" " DM_VERITY_OPT_AT_MOST_ONCE);
drivers/md/dm-verity-target.c
924
DMEMIT(" " DM_VERITY_OPT_TASKLET_VERIFY);
drivers/md/dm-verity-target.c
927
DMEMIT(" " DM_VERITY_ROOT_HASH_VERIFICATION_OPT_SIG_KEY
drivers/md/dm-verity-target.c
933
DMEMIT(",hash_failed=%c", v->hash_failed ? 'C' : 'V');
drivers/md/dm-verity-target.c
934
DMEMIT(",verity_version=%u", v->version);
drivers/md/dm-verity-target.c
935
DMEMIT(",data_device_name=%s", v->data_dev->name);
drivers/md/dm-verity-target.c
936
DMEMIT(",hash_device_name=%s", v->hash_dev->name);
drivers/md/dm-verity-target.c
937
DMEMIT(",verity_algorithm=%s", v->alg_name);
drivers/md/dm-verity-target.c
939
DMEMIT(",root_digest=");
drivers/md/dm-verity-target.c
941
DMEMIT("%02x", v->root_digest[x]);
drivers/md/dm-verity-target.c
943
DMEMIT(",salt=");
drivers/md/dm-verity-target.c
945
DMEMIT("-");
drivers/md/dm-verity-target.c
948
DMEMIT("%02x", v->salt[x]);
drivers/md/dm-verity-target.c
950
DMEMIT(",ignore_zero_blocks=%c", v->zero_digest ? 'y' : 'n');
drivers/md/dm-verity-target.c
951
DMEMIT(",check_at_most_once=%c", v->validated_blocks ? 'y' : 'n');
drivers/md/dm-verity-target.c
953
DMEMIT(",root_hash_sig_key_desc=%s", v->signature_key_desc);
drivers/md/dm-verity-target.c
956
DMEMIT(",verity_mode=");
drivers/md/dm-verity-target.c
959
DMEMIT(DM_VERITY_OPT_LOGGING);
drivers/md/dm-verity-target.c
962
DMEMIT(DM_VERITY_OPT_RESTART);
drivers/md/dm-verity-target.c
965
DMEMIT(DM_VERITY_OPT_PANIC);
drivers/md/dm-verity-target.c
968
DMEMIT("invalid");
drivers/md/dm-verity-target.c
972
DMEMIT(",verity_error_mode=");
drivers/md/dm-verity-target.c
975
DMEMIT(DM_VERITY_OPT_ERROR_RESTART);
drivers/md/dm-verity-target.c
978
DMEMIT(DM_VERITY_OPT_ERROR_PANIC);
drivers/md/dm-verity-target.c
981
DMEMIT("invalid");
drivers/md/dm-verity-target.c
984
DMEMIT(";");
drivers/md/dm-writecache.c
2688
DMEMIT("%ld %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu",
drivers/md/dm-writecache.c
2704
DMEMIT("%c %s %s %u ", WC_MODE_PMEM(wc) ? 'p' : 's',
drivers/md/dm-writecache.c
2730
DMEMIT("%u", extra_args);
drivers/md/dm-writecache.c
2732
DMEMIT(" start_sector %llu", (unsigned long long)wc->start_sector);
drivers/md/dm-writecache.c
2734
DMEMIT(" high_watermark %u", wc->high_wm_percent_value);
drivers/md/dm-writecache.c
2736
DMEMIT(" low_watermark %u", wc->low_wm_percent_value);
drivers/md/dm-writecache.c
2738
DMEMIT(" writeback_jobs %u", wc->max_writeback_jobs);
drivers/md/dm-writecache.c
2740
DMEMIT(" autocommit_blocks %u", wc->autocommit_blocks);
drivers/md/dm-writecache.c
2742
DMEMIT(" autocommit_time %u", wc->autocommit_time_value);
drivers/md/dm-writecache.c
2744
DMEMIT(" max_age %u", wc->max_age_value);
drivers/md/dm-writecache.c
2746
DMEMIT(" cleaner");
drivers/md/dm-writecache.c
2748
DMEMIT(" %sfua", wc->writeback_fua ? "" : "no");
drivers/md/dm-writecache.c
2750
DMEMIT(" metadata_only");
drivers/md/dm-writecache.c
2752
DMEMIT(" pause_writeback %u", wc->pause_value);
drivers/md/dm-zoned-target.c
1088
DMEMIT("%u zones %u/%u cache",
drivers/md/dm-zoned-target.c
1100
DMEMIT(" %u/%u random %u/%u sequential",
drivers/md/dm-zoned-target.c
1110
DMEMIT("%s", buf);
drivers/md/dm-zoned-target.c
1114
DMEMIT(" %s", buf);
include/linux/device-mapper.h
676
DMEMIT("target_name=%s,target_version=%u.%u.%u", \