Lines Matching refs:prt_printf
112 prt_printf(out, "(unknown %s %u)", type, idx); in prt_str_opt_boundscheck()
332 prt_printf(err, "%s: too small (min %llu)", in bch2_opt_validate()
339 prt_printf(err, "%s: too big (max %llu)", in bch2_opt_validate()
346 prt_printf(err, "%s: not a multiple of 512", in bch2_opt_validate()
353 prt_printf(err, "%s: must be a power of two", in bch2_opt_validate()
384 prt_printf(err, "%s: must be bool", opt->attr.name); in bch2_opt_parse()
390 prt_printf(err, "%s: required value", in bch2_opt_parse()
400 prt_printf(err, "%s: must be a non-negative number", opt->attr.name); in bch2_opt_parse()
406 prt_printf(err, "%s: must be a number", in bch2_opt_parse()
413 prt_printf(err, "%s: required value", in bch2_opt_parse()
421 prt_printf(err, "%s: invalid selection", in bch2_opt_parse()
443 prt_printf(err, "%s: parse error", in bch2_opt_parse()
459 prt_printf(out, "%s%s", in bch2_opt_to_text()
465 prt_printf(out, "%s=", opt->attr.name); in bch2_opt_to_text()
474 prt_printf(out, "%lli", v); in bch2_opt_to_text()
478 prt_printf(out, "(invalid option %lli)", v); in bch2_opt_to_text()
657 prt_printf(parse_later, "%s=%s,", name, val); in bch2_parse_one_mount_opt()