Lines Matching refs:optarg
51 config.heap = atoi(optarg); in f2fs_parse_options()
56 config.dbg_lv = atoi(optarg); in f2fs_parse_options()
60 config.extension_list = strdup(optarg); in f2fs_parse_options()
64 if (strlen(optarg) > 512) { in f2fs_parse_options()
69 config.vol_label = optarg; in f2fs_parse_options()
73 config.overprovision = atoi(optarg); in f2fs_parse_options()
75 atoi(optarg)); in f2fs_parse_options()
78 config.segs_per_sec = atoi(optarg); in f2fs_parse_options()
80 atoi(optarg)); in f2fs_parse_options()
83 config.secs_per_zone = atoi(optarg); in f2fs_parse_options()
84 MSG(0, "Info: Sections per zone = %d\n", atoi(optarg)); in f2fs_parse_options()
87 config.trim = atoi(optarg); in f2fs_parse_options()