Lines Matching defs:options
35 * 11/26/98 dgb added fileset,anchor mount options
361 * Parse mount options.
364 * The following mount options are supported:
401 * options Pointer to mount options string.
402 * uopts Pointer to mount options variable.
405 * <return> 1 Mount options parsed okay.
406 * <return> 0 Error parsing mount options.
454 static int udf_parse_options(char *options, struct udf_options *uopt,
465 if (!options)
468 while ((p = strsep(&options, ",")) != NULL) {
582 /* These options are superseeded by uid=<number> */
605 static int udf_remount_fs(struct super_block *sb, int *flags, char *options)
624 if (!udf_parse_options(options, &uopt, true))
2127 static int udf_fill_super(struct super_block *sb, void *options, int silent)
2153 if (!udf_parse_options((char *)options, &uopt, false))