Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A 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()
H A 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()
H A Dubifs-media.h354 UBIFS_INO_NODE, enumerator
H A Dscan.c204 case UBIFS_INO_NODE: in ubifs_add_snod()
H A Dsb.c294 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
H A Dreplay.c593 case UBIFS_INO_NODE: in replay_bud()
H A 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()
/openbmc/linux/fs/ubifs/
H A Dgc.c169 if (sa->type == UBIFS_INO_NODE) { in nondata_nodes_cmp()
170 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
174 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
238 ubifs_assert(c, snod->type == UBIFS_INO_NODE || in sort_nodes()
245 if (snod->type != UBIFS_INO_NODE && in sort_nodes()
H A Ddebug.c140 case UBIFS_INO_NODE: in dbg_ntype()
438 case UBIFS_INO_NODE: in ubifs_dump_node()
2403 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2409 if (sb->type != UBIFS_INO_NODE && sb->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2416 if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
2421 if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE) in dbg_check_nondata_nodes_order()
2424 if (sa->type == UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
H A Dscan.c199 case UBIFS_INO_NODE: in ubifs_add_snod()
H A Dubifs-media.h378 UBIFS_INO_NODE, enumerator
H A Dsb.c293 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
H A Dreplay.c738 case UBIFS_INO_NODE: in replay_bud()
H A Dsuper.c601 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
602 c->ranges[UBIFS_INO_NODE].max_len = UBIFS_MAX_INO_NODE_SZ; in init_constants_early()
H A Djournal.c452 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode()