Lines Matching full:parameter
2 /* Filesystem parameter parser.
86 * __fs_parse - Parse a filesystem configuration parameter
88 * @desc: The parameter description to use.
89 * @param: The parameter.
92 * Parse a filesystem configuration parameter and attempt a conversion for a
93 * simple parameter for which this is requested. If successful, the determined
94 * parameter ID is placed into @result->key, the desired type is indicated in
98 * The function returns the parameter number if the parameter was matched,
101 * the parameter wasn't recognised and unknowns aren't okay.
117 warn_plog(log, "Deprecated parameter '%s'", param->key); in __fs_parse()
120 * parameter and give an error if we can't. in __fs_parse()
137 * fs_lookup_param - Look up a path referred to by a parameter
139 * @param: The parameter.
410 * fs_validate_description - Validate a parameter description
411 * @name: The parameter name to search for.
412 * @desc: The parameter description to validate.
421 /* Check for duplicate parameter names */ in fs_validate_description()