Home
last modified time | relevance | path

Searched refs:intarg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsuper.c314 int intarg; in btrfs_parse_options() local
519 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()
766 intarg = 0; in btrfs_parse_options()
774 if (intarg == 0) { in btrfs_parse_options()
779 } else if (intarg > 300) { in btrfs_parse_options()
781 intarg); in btrfs_parse_options()
[all …]