Lines Matching defs:options
960 * UBIFS mount options.
1009 * Normally, standard mount options like "sync" are passed to file-systems as
1011 * be present in the options string. This function tries to deal with this
1012 * situation and parse standard options. Returns 0 if the option was not
1030 * @options: parameters to parse
1033 * This function parses UBIFS mount options and returns zero in case success
1036 static int ubifs_parse_options(struct ubifs_info *c, char *options,
1042 if (!options)
1045 while ((p = strsep(&options, ","))) {
1054 * %Opt_fast_unmount and %Opt_norm_unmount options are ignored.
1356 * or overridden by mount options is actually compiled in.