Searched refs:UBIFS_LPT_NOT_A_NODE (Results 1 – 2 of 2) sorted by relevance
141 * UBIFS_LPT_NOT_A_NODE: all ones (15 for 4 bits) is never a valid node type149 UBIFS_LPT_NOT_A_NODE = (1 << UBIFS_LPT_TYPE_BITS) - 1, enumerator
1078 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()