Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drecovery.c539 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) { in do_one_pass()
683 cpu_to_be32(JBD2_MAGIC_NUMBER); in do_one_pass()
H A Djournal.c399 cpu_to_be32(JBD2_MAGIC_NUMBER)) { in jbd2_journal_write_metadata_buffer()
1035 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in jbd2_journal_get_descriptor_buffer()
1764 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) || in journal_get_superblock()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h113 #define JBD2_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro