Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dprintbuf.c116 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 …]
A Dprintbuf.h82 unsigned indent; member
269 buf->indent = 0; in printbuf_reset_keep_tabstops()
A Dutil.c404 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()
/fs/unicode/
A Dmkutf8data.c423 int indent = 1; in tree_walk() local
481 indent -= 1; in tree_walk()
949 int indent; in index_nodes() local
955 indent = 1; in index_nodes()
1010 indent -= 1; in index_nodes()
1063 int indent; in size_nodes() local
1065 indent = 1; in size_nodes()
1173 indent -= 1; in size_nodes()
1194 int indent; in emit() local
1206 indent = 1; in emit()
[all …]

Completed in 15 milliseconds