Searched refs:opt_params (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/ ! |
H A D | dm-writecache.c | 2233 unsigned int opt_params; in writecache_ctr() local 2397 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in writecache_ctr() 2401 while (opt_params) { in writecache_ctr() 2402 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2403 if (!strcasecmp(string, "start_sector") && opt_params >= 1) { in writecache_ctr() 2406 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2414 } else if (!strcasecmp(string, "high_watermark") && opt_params >= 1) { in writecache_ctr() 2415 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2422 } else if (!strcasecmp(string, "low_watermark") && opt_params >= 1) { in writecache_ctr() 2423 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_optional() local 3168 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr_optional() 3172 while (opt_params--) { in crypt_ctr_optional()
|
/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.
|