Home
last modified time | relevance | path

Searched refs:opt_string (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-verity.c735 const char *opt_string; in verity_ctr() local
897 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()
Ddm-crypt.c1720 const char *opt_string; in crypt_ctr() local
1822 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()