Searched refs:opt_params (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A 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.
|
| H A 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.
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-writecache.c | 2086 unsigned opt_params; in writecache_ctr() local 2248 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in writecache_ctr() 2252 while (opt_params) { in writecache_ctr() 2253 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2254 if (!strcasecmp(string, "start_sector") && opt_params >= 1) { in writecache_ctr() 2256 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2264 } else if (!strcasecmp(string, "high_watermark") && opt_params >= 1) { in writecache_ctr() 2265 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() 2272 } else if (!strcasecmp(string, "low_watermark") && opt_params >= 1) { in writecache_ctr() 2273 string = dm_shift_arg(&as), opt_params--; in writecache_ctr() [all …]
|
| H A D | dm-default-key.c | 91 unsigned int opt_params; in default_key_ctr_optional() local 100 err = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in default_key_ctr_optional() 104 while (opt_params--) { in default_key_ctr_optional()
|
| H A D | dm-bow.c | 656 unsigned int opt_params; in dm_bow_ctr_optional() local 664 err = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in dm_bow_ctr_optional() 668 while (opt_params--) { in dm_bow_ctr_optional()
|
| H A D | dm-crypt.c | 3051 unsigned int opt_params, val; in crypt_ctr_optional() local 3060 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr_optional() 3064 while (opt_params--) { in crypt_ctr_optional()
|