Searched refs:opt_params (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/Documentation/admin-guide/device-mapper/ |
| D | dm-crypt.rst | 14 <offset> [<#opt_params> <opt_params>] 93 <#opt_params> 95 the optional paramaters section can be skipped or #opt_params can be zero. 96 Otherwise #opt_params is the number of following arguments.
|
| D | verity.rst | 18 [<#opt_params> <opt_params>] 70 <#opt_params> 72 the optional paramaters section can be skipped or #opt_params can be zero. 73 Otherwise #opt_params is the number of following arguments.
|
| /Linux-v5.10/drivers/md/ |
| D | dm-writecache.c | 2034 unsigned opt_params; in writecache_ctr() local 2196 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in writecache_ctr() 2200 while (opt_params) { in writecache_ctr() 2201 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2202 if (!strcasecmp(string, "start_sector") && opt_params >= 1) { in writecache_ctr() 2204 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2211 } else if (!strcasecmp(string, "high_watermark") && opt_params >= 1) { in writecache_ctr() 2212 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2218 } else if (!strcasecmp(string, "low_watermark") && opt_params >= 1) { in writecache_ctr() 2219 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() [all …]
|
| D | dm-crypt.c | 2912 unsigned int opt_params, val; in crypt_ctr_optional() local 2921 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr_optional() 2925 while (opt_params--) { in crypt_ctr_optional()
|