Searched refs:JFS_MAGIC_NUMBER (Results 1 – 5 of 5) sorted by relevance
392 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) { in do_one_pass()484 cpu_to_be32(JFS_MAGIC_NUMBER); in do_one_pass()
140 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_write_commit_record()577 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_commit_transaction()
354 cpu_to_be32(JFS_MAGIC_NUMBER)) { in journal_write_metadata_buffer()1040 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_create()1210 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) || in journal_get_superblock()
605 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in write_one_revoke_record()
120 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro