Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-verity.c713 const char *opt_string; in verity_ctr() local
875 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()
Ddm-crypt.c1740 const char *opt_string; in crypt_ctr() local
1844 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()