Home
last modified time | relevance | path

Searched refs:UBIFS_NODE_MAGIC (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dio.c237 if (magic != UBIFS_NODE_MAGIC) { in ubifs_check_node()
240 magic, UBIFS_NODE_MAGIC); in ubifs_check_node()
317 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_pad()
364 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_init_node()
457 ch->magic = cpu_to_le32(UBIFS_NODE_MAGIC); in ubifs_prep_grp_node()
H A Dubifs-media.h25 #define UBIFS_NODE_MAGIC 0x06101831 macro
445 * @magic: UBIFS node magic number (%UBIFS_NODE_MAGIC)
H A Dscan.c70 if (magic != UBIFS_NODE_MAGIC) in ubifs_scan_a_node()
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.c496 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()
/kernel/linux/linux-6.6/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 Dubifs-media.h25 #define UBIFS_NODE_MAGIC 0x06101831 macro
445 * @magic: UBIFS node magic number (%UBIFS_NODE_MAGIC)
H A Dscan.c70 if (magic != UBIFS_NODE_MAGIC) in ubifs_scan_a_node()
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.c497 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()

Completed in 29 milliseconds