Lines Matching refs:options
427 int btrfs_parse_options(struct btrfs_fs_info *info, char *options, in btrfs_parse_options() argument
451 if (!options) in btrfs_parse_options()
454 while ((p = strsep(&options, ",")) != NULL) { in btrfs_parse_options()
894 static int btrfs_parse_device_options(const char *options, fmode_t flags, in btrfs_parse_device_options() argument
904 if (!options) in btrfs_parse_device_options()
911 opts = kstrdup(options, GFP_KERNEL); in btrfs_parse_device_options()
949 static int btrfs_parse_subvol_options(const char *options, char **subvol_name, in btrfs_parse_subvol_options() argument
957 if (!options) in btrfs_parse_subvol_options()
964 opts = kstrdup(options, GFP_KERNEL); in btrfs_parse_subvol_options()
2326 static const char options[] = "" in btrfs_print_mod_info() local
2340 pr_info("Btrfs loaded, crc32c=%s%s\n", crc32c_impl(), options); in btrfs_print_mod_info()