Lines Matching full:parameter
2 /* Filesystem parameter parser.
87 * __fs_parse - Parse a filesystem configuration parameter
89 * @desc: The parameter description to use.
90 * @param: The parameter.
93 * Parse a filesystem configuration parameter and attempt a conversion for a
94 * simple parameter for which this is requested. If successful, the determined
95 * parameter ID is placed into @result->key, the desired type is indicated in
99 * The function returns the parameter number if the parameter was matched,
102 * the parameter wasn't recognised and unknowns aren't okay.
118 warn_plog(log, "Deprecated parameter '%s'", param->key); in __fs_parse()
121 * parameter and give an error if we can't. in __fs_parse()
138 * fs_lookup_param - Look up a path referred to by a parameter
140 * @param: The parameter.
432 * fs_validate_description - Validate a parameter description
433 * @name: The parameter name to search for.
434 * @desc: The parameter description to validate.
443 /* Check for duplicate parameter names */ in fs_validate_description()