Lines Matching defs:options
60 * don't have to play tricks with the mount options and recursive calls to
291 * issues an alert, and either panics or BUGs, depending on mount options.
359 /* Rescue options */
364 /* Deprecated options */
367 /* Debugging options */
428 /* Rescue options */
435 /* Deprecated options */
438 /* Debugging options */
461 static int parse_rescue_options(struct btrfs_fs_info *info, const char *options)
469 opts = kstrdup(options, GFP_KERNEL);
505 * Regular mount options parser. Everything that is needed only when
509 int btrfs_parse_options(struct btrfs_fs_info *info, char *options,
531 * Even the options are empty, we still need to do extra check
534 if (!options)
537 while ((p = strsep(&options, ",")) != NULL) {
1020 * Parse mount options that are required early in the mount process.
1022 * All other options will be parsed on much later in the mount process and
1025 static int btrfs_parse_device_options(const char *options, fmode_t flags,
1035 if (!options)
1042 opts = kstrdup(options, GFP_KERNEL);
1076 * Parse mount options that are related to subvolume id
1080 static int btrfs_parse_subvol_options(const char *options, char **subvol_name,
1088 if (!options)
1095 opts = kstrdup(options, GFP_KERNEL);
1724 * 1. Parse subvol id related options for later use in mount_subvol().
2484 static const char options[] = ""
2498 pr_info("Btrfs loaded, crc32c=%s%s\n", crc32c_impl(), options);