Lines Matching refs:prt_printf
105 prt_printf(out, "(unknown %s %u)", type, idx); in prt_str_opt_boundscheck()
296 prt_printf(err, "%s: too small (min %llu)", in bch2_opt_validate()
303 prt_printf(err, "%s: too big (max %llu)", in bch2_opt_validate()
310 prt_printf(err, "%s: not a multiple of 512", in bch2_opt_validate()
317 prt_printf(err, "%s: must be a power of two", in bch2_opt_validate()
343 prt_printf(err, "%s: must be bool", opt->attr.name); in bch2_opt_parse()
353 prt_printf(err, "%s: required value", in bch2_opt_parse()
363 prt_printf(err, "%s: must be a number", in bch2_opt_parse()
370 prt_printf(err, "%s: required value", in bch2_opt_parse()
378 prt_printf(err, "%s: invalid selection", in bch2_opt_parse()
400 prt_printf(err, "%s: parse error", in bch2_opt_parse()
416 prt_printf(out, "%s%s", in bch2_opt_to_text()
422 prt_printf(out, "%s=", opt->attr.name); in bch2_opt_to_text()
431 prt_printf(out, "%lli", v); in bch2_opt_to_text()
435 prt_printf(out, "(invalid option %lli)", v); in bch2_opt_to_text()
547 prt_printf(parse_later, "%s=%s,", name, val); in bch2_parse_one_mount_opt()