Lines Matching full:parameter
21 (7) Parameter description.
23 (8) Parameter helper functions.
54 parameter description for validation at registration time and querying by a
251 Called when a parameter is being added to the filesystem context. param
256 The parameter can be parsed with fs_parse() and fs_lookup_param(). Note
350 Called for each mount parameter, including the source. The arguments are
352 the parameter should be passed on to the filesystem, 1 to indicate that
353 the parameter should be discarded or an error to indicate that the
354 parameter should be rejected.
386 the parameter parsing and validation hooks.
481 Supply a single mount parameter to the filesystem context. This includes
483 parameter (which may be specified multiple times if the filesystem
486 param specifies the parameter key name and the value. The parameter is
492 The parameter value is typed and can be one of:
495 fs_value_is_flag Parameter not given a value
575 attempt to get a new superblock gets this one (and any parameter
591 Parameter Description
623 Table of parameter specifications, terminated with a null entry, where the
633 The 'name' field is a string to match exactly to the parameter key (no
663 Each parameter can also be qualified with 'flags':
669 fs_param_deprecated The parameter is deprecated.
722 Where the array is an unsorted list of { parameter ID, name }-keyed
731 If a parameter of type fs_param_is_enum is encountered, fs_parse() will
741 Parameter Helper Functions
768 This performs some validation checks on a parameter description. It
779 This is the main interpreter of parameters. It uses the parameter
780 description to look up a parameter by key name and to convert that to an
783 If successful, and if the parameter type indicates the result is a
790 prefix removed. If this matches a parameter for which the type has flag
794 If the parameter isn't matched, -ENOPARAM will be returned; if the
795 parameter is matched, but the value is erroneous, -EINVAL will be
796 returned; otherwise the parameter's option number will be returned.
806 This takes a parameter that carries a string or filename type and attempts
807 to do a path lookup on it. If the parameter expects a blockdev, a check