Searched refs:opt_string (Results 1 – 2 of 2) sorted by relevance
735 const char *opt_string; in verity_ctr() local897 opt_string = dm_shift_arg(&as); in verity_ctr()898 if (!opt_string) { in verity_ctr()904 if (!strcasecmp(opt_string, DM_VERITY_OPT_LOGGING)) in verity_ctr()906 else if (!strcasecmp(opt_string, DM_VERITY_OPT_RESTART)) in verity_ctr()
1720 const char *opt_string; in crypt_ctr() local1822 opt_string = dm_shift_arg(&as); in crypt_ctr()1823 if (!opt_string) { in crypt_ctr()1828 if (!strcasecmp(opt_string, "allow_discards")) in crypt_ctr()1831 else if (!strcasecmp(opt_string, "same_cpu_crypt")) in crypt_ctr()1834 else if (!strcasecmp(opt_string, "submit_from_crypt_cpus")) in crypt_ctr()