Searched refs:opt_string (Results 1 – 2 of 2) sorted by relevance
713 const char *opt_string; in verity_ctr() local875 opt_string = dm_shift_arg(&as); in verity_ctr()876 if (!opt_string) { in verity_ctr()882 if (!strcasecmp(opt_string, DM_VERITY_OPT_LOGGING)) in verity_ctr()884 else if (!strcasecmp(opt_string, DM_VERITY_OPT_RESTART)) in verity_ctr()
1740 const char *opt_string; in crypt_ctr() local1844 opt_string = dm_shift_arg(&as); in crypt_ctr()1845 if (!opt_string) { in crypt_ctr()1850 if (!strcasecmp(opt_string, "allow_discards")) in crypt_ctr()1853 else if (!strcasecmp(opt_string, "same_cpu_crypt")) in crypt_ctr()1856 else if (!strcasecmp(opt_string, "submit_from_crypt_cpus")) in crypt_ctr()