Home
last modified time | relevance | path

Searched refs:opt_params (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst14 <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 Dverity.rst18 [<#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 Ddm-writecache.c2086 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 Ddm-default-key.c91 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 Ddm-bow.c656 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 Ddm-crypt.c3051 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()