Lines Matching defs:options
31 * 11/26/98 dgb added fileset,anchor mount options
364 * Parse mount options.
367 * The following mount options are supported:
404 * options Pointer to mount options string.
405 * uopts Pointer to mount options variable.
408 * <return> 1 Mount options parsed okay.
409 * <return> 0 Error parsing mount options.
457 static int udf_parse_options(char *options, struct udf_options *uopt,
469 if (!options)
472 while ((p = strsep(&options, ",")) != NULL) {
586 /* These options are superseeded by uid=<number> */
609 static int udf_remount_fs(struct super_block *sb, int *flags, char *options)
628 if (!udf_parse_options(options, &uopt, true))
2087 static int udf_fill_super(struct super_block *sb, void *options, int silent)
2113 if (!udf_parse_options((char *)options, &uopt, false))