Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-thin.c3462 static int check_arg_count(unsigned argc, unsigned args_required) in check_arg_count() argument
3464 if (argc != args_required) { in check_arg_count()
3466 argc, args_required); in check_arg_count()