Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-thin.c3662 static int check_arg_count(unsigned argc, unsigned args_required) in check_arg_count() argument
3664 if (argc != args_required) { in check_arg_count()
3666 argc, args_required); in check_arg_count()