Home
last modified time | relevance | path

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

/fs/
Dseq_file.c715 unsigned long long num, unsigned int width) in seq_put_decimal_ull_width() argument
729 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() argument
784 if (len < width) in seq_put_hex_ll()
785 len = width; in seq_put_hex_ll()
DKconfig220 option makes tmpfs use the full width of ino_t by default, without
/fs/reiserfs/
Dstree.c165 int width, in bin_search() argument
174 ((struct reiserfs_key *)((char *)base + j * width), in bin_search()
/fs/cramfs/
DREADME25 The order of inode traversal is described as "width-first" (not to be