Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dubifs-media.h141 * UBIFS_LPT_NOT_A_NODE: all ones (15 for 4 bits) is never a valid node type
149 UBIFS_LPT_NOT_A_NODE = (1 << UBIFS_LPT_TYPE_BITS) - 1, enumerator
H A Dlpt_commit.c1078 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()