Searched refs:indent (Results 1 – 4 of 4) sorted by relevance
116 printbuf_insert_spaces(out, pos, out->indent); in __printbuf_do_indent()118 pos = min(pos + out->indent, out->pos); in __printbuf_do_indent()270 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent)) in bch2_printbuf_indent_add()273 buf->indent += spaces; in bch2_printbuf_indent_add()291 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent)) in bch2_printbuf_indent_add_nextline()294 buf->indent += spaces; in bch2_printbuf_indent_add_nextline()309 if (WARN_ON_ONCE(spaces > buf->indent)) in bch2_printbuf_indent_sub()310 spaces = buf->indent; in bch2_printbuf_indent_sub()316 buf->indent -= spaces; in bch2_printbuf_indent_sub()318 if (!buf->indent && !buf->nr_tabstops) in bch2_printbuf_indent_sub()[all …]
82 unsigned indent; member269 buf->indent = 0; in printbuf_reset_keep_tabstops()
404 printbuf_tabstop_push(out, out->indent + TABSTOP_SIZE); in bch2_time_stats_to_text()410 printbuf_tabstop_push(out, out->indent + 20); in bch2_time_stats_to_text()418 printbuf_tabstop_push(out, out->indent + 20); in bch2_time_stats_to_text()
423 int indent = 1; in tree_walk() local481 indent -= 1; in tree_walk()949 int indent; in index_nodes() local955 indent = 1; in index_nodes()1010 indent -= 1; in index_nodes()1063 int indent; in size_nodes() local1065 indent = 1; in size_nodes()1173 indent -= 1; in size_nodes()1194 int indent; in emit() local1206 indent = 1; in emit()[all …]
Completed in 15 milliseconds