Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dgc.c178 if (sa->type == UBIFS_INO_NODE) { in nondata_nodes_cmp()
179 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
183 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
247 ubifs_assert(snod->type == UBIFS_INO_NODE || in sort_nodes()
253 if (snod->type != UBIFS_INO_NODE && in sort_nodes()
Ddebug.c150 case UBIFS_INO_NODE: in dbg_ntype()
416 case UBIFS_INO_NODE: in ubifs_dump_node()
2428 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2434 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2441 if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
2446 if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE) in dbg_check_nondata_nodes_order()
2449 if (sa->type == UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
Dscan.c204 case UBIFS_INO_NODE: in ubifs_add_snod()
Dubifs-media.h354 UBIFS_INO_NODE, enumerator
Dreplay.c593 case UBIFS_INO_NODE: in replay_bud()
Dsb.c294 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
Dsuper.c761 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
762 c->ranges[UBIFS_INO_NODE].max_len = UBIFS_MAX_INO_NODE_SZ; in init_constants_early()