Lines Matching full:parameter
19 (7) Parameter description.
21 (8) Parameter helper functions.
53 parameter description for validation at registration time and querying by a
217 Called when a parameter is being added to the filesystem context. param
222 The parameter can be parsed with fs_parse() and fs_lookup_param(). Note
303 Called for each mount parameter, including the source. The arguments are
305 the parameter should be passed on to the filesystem, 1 to indicate that
306 the parameter should be discarded or an error to indicate that the
307 parameter should be rejected.
333 the parameter parsing and validation hooks.
413 Supply a single mount parameter to the filesystem context. This include
415 parameter (which may be specified multiple times if the filesystem
418 param specifies the parameter key name and the value. The parameter is
424 The parameter value is typed and can be one of:
426 fs_value_is_flag, Parameter not given a value.
498 attempt to get a new superblock gets this one (and any parameter
515 PARAMETER DESCRIPTION
552 Table of parameter specifications, terminated with a null entry, where the
562 The 'name' field is a string to match exactly to the parameter key (no
588 Each parameter can also be qualified with 'flags':
593 fs_param_deprecated The parameter is deprecated.
640 Where the array is an unsorted list of { parameter ID, name }-keyed
649 If a parameter of type fs_param_is_enum is encountered, fs_parse() will
660 PARAMETER HELPER FUNCTIONS
695 This performs some validation checks on a parameter description. It
704 This is the main interpreter of parameters. It uses the parameter
705 description to look up a parameter by key name and to convert that to an
708 If successful, and if the parameter type indicates the result is a
714 prefix removed. If this matches a parameter for which the type has flag
718 If the parameter isn't matched, -ENOPARAM will be returned; if the
719 parameter is matched, but the value is erroneous, -EINVAL will be
720 returned; otherwise the parameter's option number will be returned.
727 This takes a parameter that carries a string or filename type and attempts
728 to do a path lookup on it. If the parameter expects a blockdev, a check