Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-thin.c3682 static int check_arg_count(unsigned int argc, unsigned int args_required) in check_arg_count() argument
3684 if (argc != args_required) { in check_arg_count()
3686 argc, args_required); in check_arg_count()