Home
last modified time | relevance | path

Searched refs:UBIFS_NODE_MAGIC (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dio.c250 if (magic != UBIFS_NODE_MAGIC) { in ubifs_check_node()
253 magic, UBIFS_NODE_MAGIC); in ubifs_check_node()
330 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_pad()
389 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prepare_node()
422 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prep_grp_node()
H A Dubifs-media.h26 #define UBIFS_NODE_MAGIC 0x06101831 macro
H A Dscan.c75 if (magic != UBIFS_NODE_MAGIC) in ubifs_scan_a_node()
H A Drecovery.c124 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in get_master_node()
H A Dtnc.c467 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in try_read_node()
H A Ddebug.c311 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { in ubifs_dump_node()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dio.c236 if (magic != UBIFS_NODE_MAGIC) { in ubifs_check_node()
239 magic, UBIFS_NODE_MAGIC); in ubifs_check_node()
328 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_pad()
375 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_init_node()
468 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prep_grp_node()
H A Dscan.c70 if (magic != UBIFS_NODE_MAGIC) in ubifs_scan_a_node()
H A Dubifs-media.h25 #define UBIFS_NODE_MAGIC 0x06101831 macro
H A Drecovery.c119 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in get_master_node()
H A Djournal.c241 ubifs_assert(c, ch->magic == cpu_to_le32(UBIFS_NODE_MAGIC)); in ubifs_hash_nodes()
H A Dtnc.c459 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in try_read_node()
H A Ddebug.c302 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { in ubifs_dump_node()