Searched refs:width (Results 1 – 4 of 4) sorted by relevance
715 unsigned long long num, unsigned int width) in seq_put_decimal_ull_width() argument729 if (!width) in seq_put_decimal_ull_width()730 width = 1; in seq_put_decimal_ull_width()732 if (m->count + width >= m->size) in seq_put_decimal_ull_width()735 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width()766 unsigned long long v, unsigned int width) in seq_put_hex_ll() argument784 if (len < width) in seq_put_hex_ll()785 len = width; in seq_put_hex_ll()
220 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