Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance
311 int intarg; in btrfs_parse_options() local516 ret = match_int(&args[0], &intarg); in btrfs_parse_options()521 } else if (intarg == 0) { in btrfs_parse_options()526 info->thread_pool_size = intarg; in btrfs_parse_options()582 ret = match_int(&args[0], &intarg); in btrfs_parse_options()588 info->metadata_ratio = intarg; in btrfs_parse_options()726 ret = match_int(&args[0], &intarg); in btrfs_parse_options()733 info->check_integrity_print_mask = intarg; in btrfs_parse_options()763 intarg = 0; in btrfs_parse_options()764 ret = match_int(&args[0], &intarg); in btrfs_parse_options()[all …]