Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-thin.c3594 static int check_arg_count(unsigned argc, unsigned args_required) in check_arg_count() argument
3596 if (argc != args_required) { in check_arg_count()
3598 argc, args_required); in check_arg_count()