Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c47 static const char type_chars[16] = "?pc?d?b?-?l?s???"; variable
58 *p = type_chars[ (mode >> 12) & 0xf ]; in bb_mode_string()
87 static const char type_chars[16] = "?pc?d?b?-?l?s???"; variable
98 *p = type_chars[ (mode >> 12) & 0xf ]; in bb_mode_string()