Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance
515 int intarg; in btrfs_parse_options() local711 ret = match_int(&args[0], &intarg); in btrfs_parse_options()714 } else if (intarg == 0) { in btrfs_parse_options()718 info->thread_pool_size = intarg; in btrfs_parse_options()774 ret = match_int(&args[0], &intarg); in btrfs_parse_options()777 info->metadata_ratio = intarg; in btrfs_parse_options()891 ret = match_int(&args[0], &intarg); in btrfs_parse_options()894 info->check_integrity_print_mask = intarg; in btrfs_parse_options()920 intarg = 0; in btrfs_parse_options()921 ret = match_int(&args[0], &intarg); in btrfs_parse_options()[all …]