Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dgc.c179 if (sa->type == UBIFS_INO_NODE) { in nondata_nodes_cmp()
180 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
184 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
248 ubifs_assert(snod->type == UBIFS_INO_NODE || in sort_nodes()
254 if (snod->type != UBIFS_INO_NODE && in sort_nodes()
H A Ddebug.c151 case UBIFS_INO_NODE: in dbg_ntype()
417 case UBIFS_INO_NODE: in ubifs_dump_node()
2429 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2435 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2442 if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
2447 if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE) in dbg_check_nondata_nodes_order()
2450 if (sa->type == UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
H A Dubifs-media.h355 UBIFS_INO_NODE, enumerator
H A Dscan.c205 case UBIFS_INO_NODE: in ubifs_add_snod()
H A Dreplay.c594 case UBIFS_INO_NODE: in replay_bud()
H A Dsb.c295 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
H A Dsuper.c762 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
763 c->ranges[UBIFS_INO_NODE].max_len = UBIFS_MAX_INO_NODE_SZ; in init_constants_early()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dgc.c168 if (sa->type == UBIFS_INO_NODE) { in nondata_nodes_cmp()
169 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
173 if (sb->type == UBIFS_INO_NODE) in nondata_nodes_cmp()
237 ubifs_assert(c, snod->type == UBIFS_INO_NODE || in sort_nodes()
244 if (snod->type != UBIFS_INO_NODE && in sort_nodes()
H A Ddebug.c140 case UBIFS_INO_NODE: in dbg_ntype()
408 case UBIFS_INO_NODE: in ubifs_dump_node()
2382 if (sa->type != UBIFS_INO_NODE && sa->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2388 if (sb->type != UBIFS_INO_NODE && sb->type != UBIFS_DENT_NODE && in dbg_check_nondata_nodes_order()
2395 if (sa->type != UBIFS_INO_NODE && sb->type == UBIFS_INO_NODE) { in dbg_check_nondata_nodes_order()
2400 if (sa->type == UBIFS_INO_NODE && sb->type != UBIFS_INO_NODE) in dbg_check_nondata_nodes_order()
2403 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.c290 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
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 Dreplay.c738 case UBIFS_INO_NODE: in replay_bud()
H A Djournal.c452 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode()