Lines Matching defs:options
70 * don't have to play tricks with the mount options and recursive calls to
122 /* Rescue options */
130 /* Deprecated options */
134 /* Debugging options */
195 /* Rescue options */
202 /* Deprecated options */
205 /* Debugging options */
244 static int parse_rescue_options(struct btrfs_fs_info *info, const char *options)
252 opts = kstrdup(options, GFP_KERNEL);
282 btrfs_info(info, "enabling all of the rescue options");
305 * Regular mount options parser. Everything that is needed only when
309 int btrfs_parse_options(struct btrfs_fs_info *info, char *options,
337 * Even the options are empty, we still need to do extra check
340 if (!options)
343 while ((p = strsep(&options, ",")) != NULL) {
856 * Parse mount options that are required early in the mount process.
858 * All other options will be parsed on much later in the mount process and
861 static int btrfs_parse_device_options(const char *options, blk_mode_t flags)
870 if (!options)
877 opts = kstrdup(options, GFP_KERNEL);
910 * Parse mount options that are related to subvolume id
914 static int btrfs_parse_subvol_options(const char *options, char **subvol_name,
922 if (!options)
929 opts = kstrdup(options, GFP_KERNEL);
1557 * 1. Parse subvol id related options for later use in mount_subvol().
1730 /* Make sure free space cache options match the state on disk */
2403 static const char options[] = ""
2427 pr_info("Btrfs loaded%s\n", options);