Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddump.c49 static inline bool is_arg_string(const char *arg, const char *this_option) in is_arg_string() argument
52 return strncasecmp(arg, this_option, strlen(this_option)) == 0; in is_arg_string()