Lines Matching defs:opt_string
3056 const char *opt_string, *sval;
3069 opt_string = dm_shift_arg(&as);
3070 if (!opt_string) {
3075 if (!strcasecmp(opt_string, "allow_discards"))
3078 else if (!strcasecmp(opt_string, "same_cpu_crypt"))
3081 else if (!strcasecmp(opt_string, "submit_from_crypt_cpus"))
3083 else if (!strcasecmp(opt_string, "no_read_workqueue"))
3085 else if (!strcasecmp(opt_string, "no_write_workqueue"))
3087 else if (sscanf(opt_string, "integrity:%u:", &val) == 1) {
3093 sval = strchr(opt_string + strlen("integrity:"), ':') + 1;
3104 } else if (sscanf(opt_string, "sector_size:%hu%c", &cc->sector_size, &dummy) == 1) {
3116 } else if (!strcasecmp(opt_string, "iv_large_sectors"))