Searched refs:opt_params (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/ |
H A D | dm-writecache.c | 2234 unsigned int opt_params; in writecache_ctr() local 2398 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in writecache_ctr() 2402 while (opt_params) { in writecache_ctr() 2403 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2404 if (!strcasecmp(string, "start_sector") && opt_params >= 1) { in writecache_ctr() 2407 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2415 } else if (!strcasecmp(string, "high_watermark") && opt_params >= 1) { in writecache_ctr() 2416 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2423 } else if (!strcasecmp(string, "low_watermark") && opt_params >= 1) { in writecache_ctr() 2424 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() [all …]
|
H A D | dm-crypt.c | 3159 unsigned int opt_params, val; in crypt_ctr_cipher() 3168 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr_optional() 3172 while (opt_params--) { in crypt_ctr_optional() 3169 unsigned int opt_params, val; crypt_ctr_optional() local
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-crypt.rst | 14 <offset> [<#opt_params> <opt_params>] 93 <#opt_params> 95 the optional parameters section can be skipped or #opt_params can be zero. 96 Otherwise #opt_params is the number of following arguments.
|
H A D | verity.rst | 18 [<#opt_params> <opt_params>] 70 <#opt_params> 72 the optional parameters section can be skipped or #opt_params can be zero. 73 Otherwise #opt_params is the number of following arguments.
|