Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance
314 int intarg; in btrfs_parse_options() local519 ret = match_int(&args[0], &intarg); in btrfs_parse_options()524 } else if (intarg == 0) { in btrfs_parse_options()529 info->thread_pool_size = intarg; in btrfs_parse_options()585 ret = match_int(&args[0], &intarg); in btrfs_parse_options()591 info->metadata_ratio = intarg; in btrfs_parse_options()729 ret = match_int(&args[0], &intarg); in btrfs_parse_options()736 info->check_integrity_print_mask = intarg; in btrfs_parse_options()766 intarg = 0; in btrfs_parse_options()767 ret = match_int(&args[0], &intarg); in btrfs_parse_options()[all …]