Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt11 <offset> [<#opt_params> <opt_params>]
48 <#opt_params>
50 the optional paramaters section can be skipped or #opt_params can be zero.
51 Otherwise #opt_params is the number of following arguments.
Dverity.txt14 [<#opt_params> <opt_params>]
66 <#opt_params>
68 the optional paramaters section can be skipped or #opt_params can be zero.
69 Otherwise #opt_params is the number of following arguments.
/linux-4.1.27/drivers/md/
Ddm-verity.c736 unsigned int num, opt_params; in verity_ctr() local
891 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in verity_ctr()
895 while (opt_params) { in verity_ctr()
896 opt_params--; in verity_ctr()
Ddm-crypt.c1715 unsigned int key_size, opt_params; in crypt_ctr() local
1816 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr()
1821 while (opt_params--) { in crypt_ctr()