Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance
569 int intarg; in btrfs_parse_options() local771 ret = match_int(&args[0], &intarg); in btrfs_parse_options()774 } else if (intarg == 0) { in btrfs_parse_options()778 info->thread_pool_size = intarg; in btrfs_parse_options()834 ret = match_int(&args[0], &intarg); in btrfs_parse_options()837 info->metadata_ratio = intarg; in btrfs_parse_options()945 ret = match_int(&args[0], &intarg); in btrfs_parse_options()948 info->check_integrity_print_mask = intarg; in btrfs_parse_options()974 intarg = 0; in btrfs_parse_options()975 ret = match_int(&args[0], &intarg); in btrfs_parse_options()[all …]