Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance
433 int intarg; in btrfs_parse_options() local625 ret = match_int(&args[0], &intarg); in btrfs_parse_options()628 } else if (intarg == 0) { in btrfs_parse_options()632 info->thread_pool_size = intarg; in btrfs_parse_options()690 ret = match_int(&args[0], &intarg); in btrfs_parse_options()693 info->metadata_ratio = intarg; in btrfs_parse_options()790 ret = match_int(&args[0], &intarg); in btrfs_parse_options()793 info->check_integrity_print_mask = intarg; in btrfs_parse_options()819 intarg = 0; in btrfs_parse_options()820 ret = match_int(&args[0], &intarg); in btrfs_parse_options()[all …]