Searched refs:DMEMIT (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/drivers/md/
H A Ddm-verity-target.c879 DMEMIT("%c", v->hash_failed ? 'C' : 'V');
882 DMEMIT("%u %s %s %u %u %llu %llu %s ",
893 DMEMIT("%02x", v->root_digest[x]);
894 DMEMIT(" ");
896 DMEMIT("-");
899 DMEMIT("%02x", v->salt[x]);
914 DMEMIT(" %u", args);
916 DMEMIT(" ");
919 DMEMIT(DM_VERITY_OPT_LOGGING);
922 DMEMIT(DM_VERITY_OPT_RESTAR
[all...]
H A Ddm-stripe.c369 DMEMIT("%d ", sc->stripes);
371 DMEMIT("%s ", sc->stripe[i].dev->name);
373 DMEMIT("1 ");
375 DMEMIT("%c", atomic_read(&(sc->stripe[i].error_count)) ? 'D' : 'A');
379 DMEMIT("%d %llu", sc->stripes,
382 DMEMIT(" %s %llu", sc->stripe[i].dev->name,
388 DMEMIT(",stripes=%d,chunk_size=%llu", sc->stripes,
392 DMEMIT(",stripe_%d_device_name=%s", i, sc->stripe[i].dev->name);
393 DMEMIT(",stripe_%d_physical_start=%llu", i,
395 DMEMIT(",stripe
[all...]
H A Ddm-mpath.c1814 DMEMIT("2 %u %u ", test_bit(MPATHF_QUEUE_IO, &m->flags),
1817 DMEMIT("%u ", test_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags) +
1824 DMEMIT("queue_if_no_path ");
1826 DMEMIT("pg_init_retries %u ", m->pg_init_retries);
1828 DMEMIT("pg_init_delay_msecs %u ", m->pg_init_delay_msecs);
1830 DMEMIT("retain_attached_hw_handler ");
1834 DMEMIT("queue_mode bio ");
1844 DMEMIT("0 ");
1846 DMEMIT("1 %s ", m->hw_handler_name);
1848 DMEMIT("
[all...]
H A Ddm-dust.c151 DMEMIT("%s: block %llu found in badblocklist", __func__, block);
153 DMEMIT("%s: block %llu not found in badblocklist", __func__, block);
280 DMEMIT("%s: no badblocks found", __func__);
282 DMEMIT("%s: badblocks cleared", __func__);
301 DMEMIT("%llu\n", bblk->bb);
307 DMEMIT("No blocks in badblocklist");
443 DMEMIT("countbadblocks: %llu badblock(s) found",
521 DMEMIT("%s %s %s", dd->dev->name,
527 DMEMIT("%s %llu %u", dd->dev->name,
H A Ddm-cache-target.c3019 DMEMIT("%u ", count);
3022 DMEMIT("metadata2 ");
3025 DMEMIT("writethrough ");
3028 DMEMIT("passthrough ");
3031 DMEMIT("writeback ");
3034 DMEMIT("unknown ");
3040 DMEMIT("no_discard_passdown ");
3072 DMEMIT("Fail");
3096 DMEMIT("%u %llu/%llu %llu %llu/%llu %u %u %u %u %u %u %lu ",
3113 DMEMIT("
[all...]
H A Ddm-flakey.c603 DMEMIT("%s %llu %u %u", fc->dev->name,
610 DMEMIT(" %u", error_reads + drop_writes + error_writes +
616 DMEMIT(" error_reads");
618 DMEMIT(" drop_writes");
620 DMEMIT(" error_writes");
623 DMEMIT(" corrupt_bio_byte %u %c %u %u",
629 DMEMIT(" random_read_corrupt %u", fc->random_read_corrupt);
631 DMEMIT(" random_write_corrupt %u", fc->random_write_corrupt);
H A Ddm-ps-round-robin.c98 DMEMIT("0 ");
105 DMEMIT("%u ", pi->repeat_count);
H A Ddm-ps-service-time.c90 DMEMIT("0 ");
96 DMEMIT("%d %u ", atomic_read(&pi->in_flight_size),
100 DMEMIT("%u %u ", pi->repeat_count,
H A Ddm-ps-queue-length.c95 DMEMIT("0 ");
101 DMEMIT("%d ", atomic_read(&pi->qlen));
104 DMEMIT("%u ", pi->repeat_count);
H A Ddm-ps-io-affinity.c161 DMEMIT("0 ");
167 DMEMIT("%d ", atomic_read(&s->map_misses));
171 DMEMIT("%*pb ", cpumask_pr_args(pi->cpumask));
H A Ddm-raid1.c1416 DMEMIT("%d ", ms->nr_mirrors);
1418 DMEMIT("%s ", ms->mirror[m].dev->name);
1423 DMEMIT("%llu/%llu 1 %s ",
1434 DMEMIT("%d", ms->nr_mirrors);
1436 DMEMIT(" %s %llu", ms->mirror[m].dev->name,
1442 DMEMIT(" %d", num_feature_args);
1444 DMEMIT(" handle_errors");
1446 DMEMIT(" keep_log");
1453 DMEMIT(",nr_mirrors=%d", ms->nr_mirrors);
1455 DMEMIT(",mirror_device
[all...]
H A Ddm-snap-transient.c100 DMEMIT(" N %llu", (unsigned long long)store->chunk_size);
H A Ddm-delay.c371 DMEMIT("%s %llu %u", (c)->dev->name, (unsigned long long)(c)->start, (c)->delay)
381 DMEMIT("%u %u %u", dc->read.ops, dc->write.ops, dc->flush.ops);
387 DMEMIT(" ");
391 DMEMIT(" ");
H A Ddm-raid.c3535 DMEMIT("%s %d ", rt->name, mddev->raid_disks);
3550 DMEMIT(__raid_dev_status(rs, &rs->dev[i].rdev));
3564 DMEMIT(" %llu/%llu", (unsigned long long) progress,
3574 DMEMIT(" %s", sync_str(state));
3583 DMEMIT(" %llu", (unsigned long long) resync_mismatches);
3595 DMEMIT(" %llu", (unsigned long long) rs->dev[0].rdev.data_offset);
3600 DMEMIT(" %s", test_bit(__CTR_FLAG_JOURNAL_DEV, &rs->ctr_flags) ?
3623 DMEMIT("%s %u %u", rs->raid_type->name, raid_param_cnt, mddev->new_chunk_sectors);
3625 DMEMIT(" %s", dm_raid_arg_name_by_flag(CTR_FLAG_SYNC));
3627 DMEMIT("
[all...]
H A Ddm-linear.c110 DMEMIT("%s %llu", lc->dev->name, (unsigned long long)lc->start);
115 DMEMIT(",device_name=%s,start=%llu;", lc->dev->name,
H A Ddm-clone-target.c1395 DMEMIT("%u ", count);
1398 DMEMIT("no_hydration ");
1401 DMEMIT("no_discard_passdown ");
1412 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count,
1441 DMEMIT("Fail");
1465 DMEMIT("%u %llu/%llu %llu %u/%lu %u ",
1479 DMEMIT("rw");
1482 DMEMIT("ro");
1485 DMEMIT("Fail");
1492 DMEMIT("
[all...]
H A Ddm-log.c790 DMEMIT("%ssync ", lc->sync == NOSYNC ? "no" : ""); \
801 DMEMIT("1 %s", log->type->name);
805 DMEMIT("%s %u %u ", log->type->name,
826 DMEMIT("3 %s %s %c", log->type->name, lc->log_dev->name,
833 DMEMIT("%s %u %s %u ", log->type->name,
H A Ddm-thin.c3896 DMEMIT("%u ", count);
3899 DMEMIT("skip_block_zeroing ");
3902 DMEMIT("ignore_discard ");
3905 DMEMIT("no_discard_passdown ");
3908 DMEMIT("read_only ");
3911 DMEMIT("error_if_no_space ");
3940 DMEMIT("Fail");
3990 DMEMIT("%llu %llu/%llu %llu/%llu ",
3998 DMEMIT("%llu ", held_root);
4000 DMEMIT("
[all...]
H A Ddm-crypt.c3531 DMEMIT("%s ", cc->cipher_string);
3535 DMEMIT(":%u:%s", cc->key_size, cc->key_string);
3538 DMEMIT("%c%c", hex2asc(cc->key[i] >> 4),
3543 DMEMIT("-");
3545 DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset,
3558 DMEMIT(" %d", num_feature_args);
3560 DMEMIT(" allow_discards");
3562 DMEMIT(" same_cpu_crypt");
3564 DMEMIT(" submit_from_crypt_cpus");
3566 DMEMIT(" no_read_workqueu
[all...]
H A Ddm-stats.c504 DMEMIT("%d: %llu+%llu %llu %s %s", s->id,
511 DMEMIT(" precise_timestamps");
515 DMEMIT(" histogram:");
518 DMEMIT(",");
519 DMEMIT("%llu", s->histogram_boundaries[i]);
522 DMEMIT("\n");
896 DMEMIT("%llu+%llu %llu %llu %llu %llu %llu %llu %llu %llu %d %llu %llu %llu %llu",
916 DMEMIT("%s%llu", !i ? " " : ":", shared->tmp.histogram[i]);
918 DMEMIT("\n");
H A Ddm-ps-historical-service-time.c246 DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier);
252 DMEMIT("%llu %llu %llu ", pi->historical_service_time,
256 DMEMIT("0 ");
H A Ddm-integrity.c3375 DMEMIT("%llu %llu",
3379 DMEMIT(" %llu", le64_to_cpu(ic->sb->recalc_sector));
3381 DMEMIT(" -");
3405 DMEMIT("%s %llu %u %c %u", ic->dev->name, ic->start,
3408 DMEMIT(" meta_device:%s", ic->meta_dev->name);
3410 DMEMIT(" block_size:%u", ic->sectors_per_block << SECTOR_SHIFT);
3412 DMEMIT(" recalculate");
3414 DMEMIT(" reset_recalculate");
3416 DMEMIT(" allow_discards");
3417 DMEMIT(" journal_sector
[all...]
H A Ddm-cache-policy-internal.h96 DMEMIT("0 ");
H A Ddm-unstripe.c156 DMEMIT("%d %llu %d %s %llu",
H A Ddm-log-userspace-base.c803 DMEMIT("%s 1 COM_FAILURE", log->type->name);
812 DMEMIT("%s %u %s ", log->type->name, lc->usr_argc, lc->uuid);
814 DMEMIT("integrated_flush ");
815 DMEMIT("%s ", table_args);

Completed in 268 milliseconds

12