Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Drecovery.c499 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) { in do_one_pass()
634 cpu_to_be32(JBD2_MAGIC_NUMBER); in do_one_pass()
Dcommit.c139 tmp->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in journal_submit_commit_record()
631 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in jbd2_journal_commit_transaction()
Drevoke.c615 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in write_one_revoke_record()
Djournal.c418 cpu_to_be32(JBD2_MAGIC_NUMBER)) { in jbd2_journal_write_metadata_buffer()
1509 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) || in journal_get_superblock()
/linux-4.1.27/include/linux/
Djbd2.h113 #define JBD2_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro