Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dio.c265 if (type < 0 || type >= UBIFS_NODE_TYPES_CNT) { in ubifs_check_node()
1025 ubifs_assert(c, type >= 0 && type < UBIFS_NODE_TYPES_CNT); in ubifs_read_node_wbuf()
1101 ubifs_assert(c, type >= 0 && type < UBIFS_NODE_TYPES_CNT); in ubifs_read_node()
H A Dubifs-media.h392 UBIFS_NODE_TYPES_CNT, enumerator
H A Dubifs.h1399 struct ubifs_node_range ranges[UBIFS_NODE_TYPES_CNT];
H A Ddebug.c311 if (type < 0 || type >= UBIFS_NODE_TYPES_CNT) { in ubifs_dump_node()