Searched refs:width (Results 1 – 4 of 4) sorted by relevance
687 unsigned long long num, unsigned int width) in seq_put_decimal_ull_width() argument701 if (!width) in seq_put_decimal_ull_width()702 width = 1; in seq_put_decimal_ull_width()704 if (m->count + width >= m->size) in seq_put_decimal_ull_width()707 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width()738 unsigned long long v, unsigned int width) in seq_put_hex_ll() argument756 if (len < width) in seq_put_hex_ll()757 len = width; in seq_put_hex_ll()
213 option makes tmpfs use the full width of ino_t by default, without
165 int width, in bin_search() argument174 ((struct reiserfs_key *)((char *)base + j * width), in bin_search()
25 The order of inode traversal is described as "width-first" (not to be