Home
last modified time | relevance | path

Searched refs:JBD2_MAGIC_NUMBER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Drecovery.c553 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) { in do_one_pass()
697 cpu_to_be32(JBD2_MAGIC_NUMBER); in do_one_pass()
H A Djournal.c386 if (*((__be32 *)mapped_data) == cpu_to_be32(JBD2_MAGIC_NUMBER)) { in jbd2_journal_write_metadata_buffer()
1017 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in jbd2_journal_get_descriptor_buffer()
1349 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) || in journal_check_superblock()
/openbmc/linux/include/linux/
H A Djbd2.h112 #define JBD2_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro