Lines Matching defs:opt_string
3143 const char *opt_string, *sval;
3156 opt_string = dm_shift_arg(&as);
3157 if (!opt_string) {
3162 if (!strcasecmp(opt_string, "allow_discards"))
3165 else if (!strcasecmp(opt_string, "same_cpu_crypt"))
3168 else if (!strcasecmp(opt_string, "submit_from_crypt_cpus"))
3170 else if (!strcasecmp(opt_string, "no_read_workqueue"))
3172 else if (!strcasecmp(opt_string, "no_write_workqueue"))
3174 else if (sscanf(opt_string, "integrity:%u:", &val) == 1) {
3180 sval = strchr(opt_string + strlen("integrity:"), ':') + 1;
3191 } else if (sscanf(opt_string, "sector_size:%hu%c", &cc->sector_size, &dummy) == 1) {
3203 } else if (!strcasecmp(opt_string, "iv_large_sectors"))