Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dio.c249 if (magic != UBIFS_NODE_MAGIC) { in ubifs_check_node()
252 magic, UBIFS_NODE_MAGIC); in ubifs_check_node()
329 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_pad()
388 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prepare_node()
421 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prep_grp_node()
H A Dubifs-media.h25 #define UBIFS_NODE_MAGIC 0x06101831 macro
H A Dscan.c74 if (magic != UBIFS_NODE_MAGIC) in ubifs_scan_a_node()
H A Drecovery.c123 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in get_master_node()
H A Dtnc.c449 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in try_read_node()
H A Ddebug.c310 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { in ubifs_dump_node()
/openbmc/linux/fs/ubifs/
H A Dio.c255 if (magic != UBIFS_NODE_MAGIC) { in ubifs_check_node()
258 magic, UBIFS_NODE_MAGIC); in ubifs_check_node()
338 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_pad()
385 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_init_node()
478 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 Ddebug.c302 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { in ubifs_dump_node()
H A Dtnc.c497 if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) in try_read_node()